mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-29 19:56:10 +01:00
This commit is contained in:
parent
ae82c47e85
commit
2b5baa93d2
8 changed files with 46 additions and 14 deletions
|
|
@ -620,7 +620,7 @@ export const globalShortcut = () => {
|
|||
if (matchDock) {
|
||||
return;
|
||||
}
|
||||
if (matchHotKey(window.siyuan.config.keymap.general.riffCard.custom, event)) {
|
||||
if (!isTabWindow && matchHotKey(window.siyuan.config.keymap.general.riffCard.custom, event)) {
|
||||
openCard();
|
||||
if (document.activeElement) {
|
||||
(document.activeElement as HTMLElement).blur();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue