You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constsearchErrorMessage="Shell command hotkey search failed due to a private API change in the hotkey search. Please start a discussion in the SC plugin's GitHub repo.";
259
+
if(hotkeys_settings_tab){
260
+
consthotkeySearchElement=
261
+
hotkeys_settings_tab.searchInputEl??// For Obsidian versions before 1.2.0.
262
+
hotkeys_settings_tab.searchComponent.inputEl// For Obsidian version 1.2.0 and onwards.
0 commit comments