added missing tagnames for better drag cancelling

This commit is contained in:
2025-07-26 14:14:42 -04:00
parent aa15eaa034
commit ca3b2d3a80
+2
View File
@@ -2447,6 +2447,8 @@
if (!editing ||
mouseDown.target.tagName == "BUTTON" ||
mouseDown.target.tagName == "INPUT" ||
mouseDown.target.tagName == "LABEL" ||
mouseDown.target.parentElement.classList.contains("expandableMenuToggle") ||
mouseDown.target.classList.contains("expandableMenuToggle")
) {
return;