Code Format

pull/3958/head
GitHub Actions Bot 2023-05-12 11:27:15 +00:00
parent ecf8b7b80f
commit b5b7ca4384
1 changed files with 1 additions and 1 deletions

View File

@ -1022,7 +1022,7 @@ export default {
this.$emit('row-dblclick', e);
},
onRowRightClick(event) {
if(this.contextMenu){
if (this.contextMenu) {
DomHandler.clearSelection();
event.originalEvent.target.focus();
}