Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed open table cell triggering (#6910)
Open table cell was triggered by a click on a field input. This is a temporary solution. I fixed it for DoubleTextInput but it might be problematic for other field types as well, we should implement a kind of bubbling shield to make sure that no click event can bubble up to trigger things like open table cell in the above components that shouldn't listen. See #6909
- Loading branch information