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
Strange this here is: if tapping on one cell, then quickly tapping on another cell, dblclick event is recognized (which makes sense). However, eventArea.dblclick handler should check for areCoordsEqual (new tap vs. prev tap). Somehow the openCellEditor method is still called.
The text was updated successfully, but these errors were encountered:
Strange this here is: if tapping on one cell, then quickly tapping on another cell,
dblclick
event is recognized (which makes sense). However,eventArea.dblclick
handler should check forareCoordsEqual
(new tap vs. prev tap). Somehow theopenCellEditor
method is still called.The text was updated successfully, but these errors were encountered: