remove infoMessage when focusing
This commit is contained in:
@@ -140,7 +140,6 @@
|
|||||||
(_runCommand command inputText)))}
|
(_runCommand command inputText)))}
|
||||||
{(warningMessage "$key is not mapped to a shortcut in this context")(return)}))))
|
{(warningMessage "$key is not mapped to a shortcut in this context")(return)}))))
|
||||||
(set shortcutPanel.webview.html (shortcutPanelHtml prefixMap))
|
(set shortcutPanel.webview.html (shortcutPanelHtml prefixMap))
|
||||||
(infoMessage "posting message")
|
|
||||||
(shortcutPanel.webview.postMessage (object command "focus"))))
|
(shortcutPanel.webview.postMessage (object command "focus"))))
|
||||||
|
|
||||||
(function shortcutPanelHtml [:Map<String,ShortcutKey> prefixMap]
|
(function shortcutPanelHtml [:Map<String,ShortcutKey> prefixMap]
|
||||||
|
Reference in New Issue
Block a user