mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-10 03:34:06 +02:00
Remove unneeded write action in output panel
This commit is contained in:
parent
4ca25eed70
commit
9b1da76499
@ -319,10 +319,7 @@ public class ExOutputPanel extends JPanel {
|
||||
KeyHandler.getInstance().getKeyStack().addKeys(keys);
|
||||
ExecutionContext context =
|
||||
injector.getExecutionContextManager().getEditorExecutionContext(new IjVimEditor(myEditor));
|
||||
injector.getApplication().runWriteAction(() -> {
|
||||
VimPlugin.getMacro().playbackKeys(new IjVimEditor(myEditor), context, 1);
|
||||
return null;
|
||||
});
|
||||
VimPlugin.getMacro().playbackKeys(new IjVimEditor(myEditor), context, 1);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user