We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc4075 commit 5552023Copy full SHA for 5552023
app/src/protyle/util/compatibility.ts
@@ -222,7 +222,6 @@ export const isInHarmony = () => {
222
return window.siyuan.config.system.container === "harmony" && window.JSHarmony;
223
};
224
225
-
226
export const updateHotkeyAfterTip = (hotkey: string) => {
227
if (hotkey) {
228
return " " + updateHotkeyTip(hotkey);
0 commit comments