We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470aa95 commit 4477a13Copy full SHA for 4477a13
src/main/java/org/jabref/gui/JabRefFrame.java
@@ -1240,7 +1240,7 @@ public void execute() {
1240
textInput.cut();
1241
break;
1242
case PASTE:
1243
- textInput.paste();
+ // handled by FX in TextInputControl#paste
1244
1245
default:
1246
throw new IllegalStateException("Only cut/copy/paste supported but got " + command);
@@ -1255,7 +1255,7 @@ public void execute() {
1255
getCurrentBasePanel().cut();
1256
1257
1258
- getCurrentBasePanel().paste();
1259
1260
1261
0 commit comments