added missing semicolon

This commit is contained in:
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

View file

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