eslint
This commit is contained in:
parent
68248367cb
commit
6f22675f39
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@
|
||||||
if (this.$parent.contextMenu) event.preventDefault();
|
if (this.$parent.contextMenu) event.preventDefault();
|
||||||
this.$parent.contextmenuCurrentRow(_index, rowKey, event);
|
this.$parent.contextmenuCurrentRow(_index, rowKey, event);
|
||||||
},
|
},
|
||||||
selectStartCurrentRow (_index, event) {
|
selectStartCurrentRow () {
|
||||||
if (this.$parent.contextMenu) {
|
if (this.$parent.contextMenu) {
|
||||||
// event.stopPropagation();
|
// event.stopPropagation();
|
||||||
// event.preventDefault();
|
// event.preventDefault();
|
||||||
|
|
Loading…
Add table
Reference in a new issue