mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Code Format
This commit is contained in:
parent
ecf8b7b80f
commit
b5b7ca4384
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue