From c543d2a84e06b74bf64354c02a3df56ed0625163 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Thu, 16 May 2024 13:42:28 +0300 Subject: [PATCH] Lint fixes --- components/lib/inputotp/InputOtp.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/lib/inputotp/InputOtp.vue b/components/lib/inputotp/InputOtp.vue index 95a046b01..cea4ace71 100755 --- a/components/lib/inputotp/InputOtp.vue +++ b/components/lib/inputotp/InputOtp.vue @@ -168,6 +168,7 @@ export default { if (this.readonly || this.disabled) { return; } + let paste = event.clipboardData.getData('text'); if (paste.length) {