Skip to content

Commit

Permalink
No need to set selected
Browse files Browse the repository at this point in the history
  • Loading branch information
laech committed Jul 7, 2024
1 parent b11995f commit 21c9605
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ internal class Popup(action: ActionNode, e: AnActionEvent) {
return
}

popup.list.setSelectedValue(item, false)
val invocation = { performAction(item.value, modifiers) }
if (item.sticky) {
invocation()
Expand Down

0 comments on commit 21c9605

Please sign in to comment.