pull/5656/head
tugcekucukoglu 2024-04-25 11:47:54 +03:00
parent 1bdaf73576
commit 260fc88c02
1 changed files with 1 additions and 0 deletions

View File

@ -380,6 +380,7 @@ export default {
if (event.altKey || event.ctrlKey || event.metaKey) {
this.isSpecialChar = true;
this.lastValue = this.$refs.input.$el.value;
return;
}