Skip to content

Commit

Permalink
better array insert
Browse files Browse the repository at this point in the history
  • Loading branch information
David B committed Feb 24, 2021
1 parent c5e5221 commit 7149a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controlers/macro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function fastCurly() {
]);
}
export function fastArray() {
executeCommands(["cursorEnd", "wait:60", insertSnippet.bind(null, "[$1]")]);
executeCommands([insertSnippet.bind(null, "[$1]")]);
}

export function fastArrowFunction() {
Expand Down

0 comments on commit 7149a4b

Please sign in to comment.