Skip to content

Commit 767e862

Browse files
JuniorJunior
authored andcommitted
wontfix default paramenter
1 parent a9cc2e6 commit 767e862

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/args.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ module.exports = class Args {
66
this.prefix = '';
77
this.suffix = '';
88
this.thousandsSeparator = '.';
9-
10-
// After adding number, move the
11-
// cursor to start|end|move.
12-
this.cursor = 'move';
9+
this.cursor = 'original';
1310

1411
this.merge(args);
1512
}

0 commit comments

Comments
 (0)