Skip to content

Commit 8cdae99

Browse files
authored
Fix table row click (#551)
* Remove preventDefault from tabe row * v4.8.14
1 parent 6444b54 commit 8cdae99

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netdata/netdata-ui",
3-
"version": "4.8.13",
3+
"version": "4.8.14",
44
"description": "netdata UI kit",
55
"main": "dist/index.js",
66
"module": "dist/es6/index.js",

src/components/table/body/row.js

-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ export default memo(
8888
}`}
8989
onClick={useCallback(
9090
e => {
91-
e.preventDefault()
9291
e.stopPropagation()
9392

9493
if (row.getCanExpand()) {

0 commit comments

Comments
 (0)