Skip to content

Commit

Permalink
Fix focus
Browse files Browse the repository at this point in the history
  • Loading branch information
lippfi committed Jun 3, 2024
1 parent 05f285c commit 55314a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ public boolean isReplaceMode() {

@Override
public void focus() {
IdeFocusManager.findInstance().requestFocus(this, true);
IdeFocusManager.findInstance().requestFocus(entry, true);
}

public static class LafListener implements LafManagerListener {
Expand Down

0 comments on commit 55314a8

Please sign in to comment.