mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
This commit is contained in:
parent
a4ed45dc06
commit
79b87b25ad
1 changed files with 1 additions and 1 deletions
|
|
@ -836,7 +836,7 @@ export const globalShortcut = () => {
|
|||
if (!floatDockLayoutElement.isSameNode(window.siyuan.layout.rightDock.layout.element)) {
|
||||
window.siyuan.layout.rightDock.hideDock();
|
||||
}
|
||||
} else {
|
||||
} else if (!hasClosestByClassName(event.target, "dock")) {
|
||||
window.siyuan.layout.topDock.hideDock();
|
||||
window.siyuan.layout.bottomDock.hideDock();
|
||||
window.siyuan.layout.leftDock.hideDock();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue