Fixed #6981
parent
aec97b279e
commit
f3fee06a3f
|
@ -1329,6 +1329,8 @@ export default {
|
|||
if (lookAhead(match)) {
|
||||
while (num.length < len) {
|
||||
num = '0' + num;
|
||||
this.selectionStart = this.selectionStart + 1;
|
||||
this.selectionEnd = this.selectionEnd + 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue