mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
🚨
This commit is contained in:
parent
a8f183a99f
commit
5befacdda9
10 changed files with 11 additions and 13 deletions
|
|
@ -469,7 +469,7 @@ export const openMenuPanel = (options: {
|
|||
}
|
||||
dragoverElement = targetElement;
|
||||
});
|
||||
let counter = 0
|
||||
let counter = 0;
|
||||
avPanelElement.addEventListener("dragleave", () => {
|
||||
counter--;
|
||||
if (counter === 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue