Skip to content

Commit

Permalink
Addition to the early pull #6438 (#6441)
Browse files Browse the repository at this point in the history
* Update EditAction.java

Fix the bug #6421

* Update CHANGELOG.md

* Update EditAction.java
  • Loading branch information
braincident committed May 7, 2020
1 parent 834a8f7 commit 990c6c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/jabref/gui/edit/EditAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public void execute() {
case DELETE_ENTRY:
// DELETE_ENTRY in text field should do forward delete
textInput.deleteNextChar();
break;
default:
throw new IllegalStateException("Only cut/copy/paste supported in TextInputControl but got " + action);
}
Expand Down

0 comments on commit 990c6c0

Please sign in to comment.