0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-17 01:32:45 +00:00

Make cursor move to end of snippet after insertion

This commit is contained in:
Trevor Buckner
2021-04-06 11:43:34 -04:00
parent a3b6a90fde
commit 983a37c77f
3 changed files with 4 additions and 3 deletions

View File

@@ -164,6 +164,7 @@ module.exports = {
:
### Actions
${_.times(_.random(genLines, genLines + 2), function(){return genAction();}).join('\n\t\t\t\n\t\t\t')}
}}`;
}}
\n`;
}
};