This commit is contained in:
Vanessa 2024-09-24 09:02:25 +08:00
parent a8f183a99f
commit 5befacdda9
10 changed files with 11 additions and 13 deletions

View file

@ -469,7 +469,7 @@ export const openMenuPanel = (options: {
}
dragoverElement = targetElement;
});
let counter = 0
let counter = 0;
avPanelElement.addEventListener("dragleave", () => {
counter--;
if (counter === 0) {