Fix: Select Table Widget when a row is selected (#3871)
This commit is contained in:
parent
4bddfa0a4e
commit
43720123d8
|
|
@ -233,10 +233,9 @@ export const Table = (props: TableProps) => {
|
|||
: ""
|
||||
}`
|
||||
}
|
||||
onClick={(e) => {
|
||||
onClick={() => {
|
||||
row.toggleRowSelected();
|
||||
props.selectTableRow(row);
|
||||
e.stopPropagation();
|
||||
}}
|
||||
key={rowIndex}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user