mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
added missing semicolon
This commit is contained in:
parent
41abb10198
commit
7e200f035c
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ export default {
|
|||
},
|
||||
onPaste(event) {
|
||||
if (this.readonly || this.disabled) {
|
||||
return
|
||||
return;
|
||||
}
|
||||
|
||||
event.preventDefault();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue