Commit d9a5204
committed
fix(webapp): stop the column info tooltip triggering column sort
Clicking the info-icon tooltip in a sortable column header still
toggled the column sort because the click bubbled up to the header's
click handler, unlike the dedicated sort and filter buttons, which
already stop propagation. Stop the click from bubbling past the
tooltip so hovering or clicking the info icon no longer changes the
sort order.1 parent 5a2879d commit d9a5204
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
948 | 948 | | |
949 | 949 | | |
950 | 950 | | |
951 | | - | |
| 951 | + | |
952 | 952 | | |
953 | 953 | | |
954 | 954 | | |
| |||
0 commit comments