pull/5758/head
tugcekucukoglu 2024-05-16 12:50:43 +03:00
parent 3279e5c408
commit 71444759dc
1 changed files with 1 additions and 3 deletions

View File

@ -552,10 +552,8 @@ export default {
if (this.readonly || this.disabled) {
return;
}
event.preventDefault();
if (this.readonly) return;
event.preventDefault();
let data = (event.clipboardData || window['clipboardData']).getData('Text');