diff --git a/dbm-ui/frontend/src/components/db-textarea/DbTextarea.vue b/dbm-ui/frontend/src/components/db-textarea/DbTextarea.vue
index 1e159a93a5..0215b26e59 100644
--- a/dbm-ui/frontend/src/components/db-textarea/DbTextarea.vue
+++ b/dbm-ui/frontend/src/components/db-textarea/DbTextarea.vue
@@ -42,24 +42,13 @@
@change="handleChange"
@clear="() => emits('clear')"
@focus="handleFocus"
- @input="handleInput"
- @paste="handlePaste" />
+ @input="handleInput" />
-
-
-