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
when the gridItem contains image, it would be some trouble to catch the mouseup event,when the first time mouseup, it recognize it as another a click as mousedown and then could be drag,but now your mouse is up,and it follow your mouse ,when you want to end this drag progress, you should click another time and then trigger a click event,
The text was updated successfully, but these errors were encountered:
when the gridItem contains image, it would be some trouble to catch the mouseup event,when the first time mouseup, it recognize it as another a click as mousedown and then could be drag,but now your mouse is up,and it follow your mouse ,when you want to end this drag progress, you should click another time and then trigger a click event,
The text was updated successfully, but these errors were encountered: