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
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This is a bug that was previously fixed AFAIK. Upon double-clicking a cell, the wrong column index is selected. Appears in both standalone and Dash apps. GIF below shows (expected) behaviour of single-click followed by (unexpected) behaviour of double clicks.
Intuitively, I expect a double click event to behave the same way as pressing Enter — i.e. changing the relevant cell state to "Active".