added missing semicolon

pull/5730/head
navedqb 2024-05-15 13:50:51 +05:30 committed by GitHub
parent 41abb10198
commit 7e200f035c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -550,7 +550,7 @@ export default {
},
onPaste(event) {
if (this.readonly || this.disabled) {
return
return;
}
event.preventDefault();