Skip to content

Commit

Permalink
Fix table row click (#551)
Browse files Browse the repository at this point in the history
* Remove preventDefault from tabe row

* v4.8.14
  • Loading branch information
kapantzak authored Jan 31, 2025
1 parent 6444b54 commit 8cdae99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netdata/netdata-ui",
"version": "4.8.13",
"version": "4.8.14",
"description": "netdata UI kit",
"main": "dist/index.js",
"module": "dist/es6/index.js",
Expand Down
1 change: 0 additions & 1 deletion src/components/table/body/row.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export default memo(
}`}
onClick={useCallback(
e => {
e.preventDefault()
e.stopPropagation()

if (row.getCanExpand()) {
Expand Down

0 comments on commit 8cdae99

Please sign in to comment.