mirror of
https://github.com/chylex/IntelliJ-Keyboard-Master.git
synced 2025-04-22 08:15:43 +02:00
Fix ClassCastException in some wrapped Enter action handlers
This commit is contained in:
parent
83bb3f6a83
commit
23becff81e
@ -35,7 +35,7 @@ internal open class VimNavigationDispatcher<T : JComponent>(final override val c
|
||||
}
|
||||
|
||||
container.getActionForKeyStroke(ENTER_KEY)?.let {
|
||||
originalEnterAction = WrappedAction.ForActionListener(component, it)
|
||||
originalEnterAction = WrappedAction.ForActionListener(container, it)
|
||||
}
|
||||
|
||||
for (action in ActionUtil.getActions(container)) {
|
||||
|
Loading…
Reference in New Issue
Block a user