This commit is contained in:
2020-04-17 20:07:26 +00:00
parent 4c06f274ab
commit 8110051dde
2 changed files with 21 additions and 7 deletions

View File

@@ -165,7 +165,7 @@ export default {
return (
source.slice(0, start) +
newSubStr +
this.slice(start + Math.abs(delCount))
source.slice(start + Math.abs(delCount))
);
},