You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a GUI that implements dragging and dropping elements around the page to reorder them.
It is working properly on FF97 and actually also on IE11. However it doesn't work on neutron.ahk. While it blocks dragging from outside the window (to be captured by ahk's GuiDropFiles), it shouldn't block DOM DragEvents within the wb.
The text was updated successfully, but these errors were encountered:
I'm working on a GUI that implements dragging and dropping elements around the page to reorder them.
It is working properly on FF97 and actually also on IE11. However it doesn't work on neutron.ahk. While it blocks dragging from outside the window (to be captured by ahk's GuiDropFiles), it shouldn't block DOM DragEvents within the wb.
The text was updated successfully, but these errors were encountered: