Commit efe7a0f
committed
In 'log' snippet, put cursor inside quotes
Previously, triggering the 'log' snippet would generate two
double-quotes as a placeholder parameter to the function, as in
console.log(""). But this meant that the quotes were selected. To type
text inside the quotes, you'd have to deselect the text manually, then
move your cursor into the quotes. This fixes that problem.1 parent 952798d commit efe7a0f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments