added missing tagnames for better drag cancelling
This commit is contained in:
@@ -2447,6 +2447,8 @@
|
|||||||
if (!editing ||
|
if (!editing ||
|
||||||
mouseDown.target.tagName == "BUTTON" ||
|
mouseDown.target.tagName == "BUTTON" ||
|
||||||
mouseDown.target.tagName == "INPUT" ||
|
mouseDown.target.tagName == "INPUT" ||
|
||||||
|
mouseDown.target.tagName == "LABEL" ||
|
||||||
|
mouseDown.target.parentElement.classList.contains("expandableMenuToggle") ||
|
||||||
mouseDown.target.classList.contains("expandableMenuToggle")
|
mouseDown.target.classList.contains("expandableMenuToggle")
|
||||||
) {
|
) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user