Lint fixes

pull/5758/head
tugcekucukoglu 2024-05-16 13:42:28 +03:00
parent 30f36fb775
commit c543d2a84e
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ export default {
if (this.readonly || this.disabled) {
return;
}
let paste = event.clipboardData.getData('text');
if (paste.length) {