fix: duplicate actions and other keymap improvements (fixes #826)

This commit is contained in:
Carl-Robert Linnupuu 2025-01-23 02:12:10 +00:00
parent c2d683fd7c
commit 6044f88697
3 changed files with 22 additions and 16 deletions

View file

@ -12,7 +12,6 @@ public class OpenNewChatAction extends AnAction {
public OpenNewChatAction() {
super(Icons.OpenNewTab);
EditorActionsUtil.registerAction(this);
}
@Override