mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 01:50:12 +01:00
🚨
This commit is contained in:
parent
72764ddb6e
commit
45143bf319
2 changed files with 2 additions and 2 deletions
|
|
@ -406,7 +406,7 @@ export const globalShortcut = (app: App) => {
|
|||
}
|
||||
});
|
||||
if (!cardElement) {
|
||||
cardElement = document.querySelector(`.layout__wnd--active div[data-key="${window.siyuan.config.keymap.general.riffCard.custom}"]:not(.fn__none)`)
|
||||
cardElement = document.querySelector(`.layout__wnd--active div[data-key="${window.siyuan.config.keymap.general.riffCard.custom}"]:not(.fn__none)`);
|
||||
}
|
||||
if (cardElement) {
|
||||
event.preventDefault();
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ let openTab;
|
|||
/// #if MOBILE
|
||||
openTab = () => {
|
||||
// TODO: Mobile
|
||||
}
|
||||
};
|
||||
/// #else
|
||||
openTab = openFile;
|
||||
/// #endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue