Fixed #5602
parent
1bdaf73576
commit
260fc88c02
|
@ -380,6 +380,7 @@ export default {
|
|||
|
||||
if (event.altKey || event.ctrlKey || event.metaKey) {
|
||||
this.isSpecialChar = true;
|
||||
this.lastValue = this.$refs.input.$el.value;
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue