mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-17 20:48:06 +01:00
🐛
This commit is contained in:
parent
b1ab6ab69a
commit
f1b9417691
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ export const globalShortcut = () => {
|
|||
window.siyuan.hideBreadcrumb = false;
|
||||
}
|
||||
if (event.buttons === 0 && // 鼠标按键被按下时不触发
|
||||
window.siyuan.layout.bottomDock &&
|
||||
!isWindow() && !hasClosestByClassName(event.target, "b3-dialog") && !hasClosestByClassName(event.target, "b3-menu")) {
|
||||
if (event.clientX < 43) {
|
||||
if (!window.siyuan.layout.leftDock.pin && window.siyuan.layout.leftDock.layout.element.clientWidth > 0 &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue