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
click the markline, you can see the first column is selected.
Current Behavior
click the markline, you can see the first column is selected.
Expected Behavior
click the markline, no columns are selected
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
It looks like the logic want to dispatch an action to select the markline.
But the created action config is exactly the same as the action to select the first item since the key property dataModel is not passed in
The text was updated successfully, but these errors were encountered:
Version
5.5.1
Link to Minimal Reproduction
Reproduction
Steps to Reproduce
click the markline, you can see the first column is selected.
Current Behavior
click the markline, you can see the first column is selected.
Expected Behavior
click the markline, no columns are selected
Environment
Any additional comments?
It looks like the logic want to dispatch an action to select the markline.
But the created action config is exactly the same as the action to select the first item since the key property
dataModel
is not passed inThe text was updated successfully, but these errors were encountered: