Code Format
parent
ecf8b7b80f
commit
b5b7ca4384
|
@ -1022,7 +1022,7 @@ export default {
|
||||||
this.$emit('row-dblclick', e);
|
this.$emit('row-dblclick', e);
|
||||||
},
|
},
|
||||||
onRowRightClick(event) {
|
onRowRightClick(event) {
|
||||||
if(this.contextMenu){
|
if (this.contextMenu) {
|
||||||
DomHandler.clearSelection();
|
DomHandler.clearSelection();
|
||||||
event.originalEvent.target.focus();
|
event.originalEvent.target.focus();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue