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

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