Skip to content

Commit

Permalink
revert: fix(QTable): declare onRowClick / onRowDblclick / onRowContex…
Browse files Browse the repository at this point in the history
…tmenu as emits
  • Loading branch information
rstoenescu committed Apr 4, 2024
1 parent 45587b8 commit d3b1799
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/components/table/QTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export default createComponent({

emits: [
'request', 'virtualScroll',
'rowClick', 'rowDblclick', 'rowContextmenu',
...useFullscreenEmits,
...useTableRowExpandEmits,
...useTableRowSelectionEmits
Expand Down

0 comments on commit d3b1799

Please sign in to comment.