remove infoMessage when focusing

This commit is contained in:
2021-10-14 11:49:14 -04:00
parent b8b95d2a61
commit 8d262e405d

View File

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