We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c9648 commit 8c8ee71Copy full SHA for 8c8ee71
browser/dom/edit.ts
@@ -19,7 +19,7 @@ export function redo(count = 1) {
19
20
export function insertIcon(count = 1) {
21
for (const _ of range(0, count)) {
22
- press("i", { ctrlKey: true});
+ press("i", { ctrlKey: true });
23
}
24
25
0 commit comments