| commit | 57893c274ca6d7936580b8bd97af9e5a4b4dcd51 | [log] [tgz] |
|---|---|---|
| author | Autoformatter <bot@sketch.dev> | Thu May 29 13:49:53 2025 +0000 |
| committer | Autoformatter <bot@sketch.dev> | Thu May 29 13:49:53 2025 +0000 |
| tree | bcb821ad46e0197c71979dbefbac597c33f0b9c1 | |
| parent | 4d90f34a3acf65e369cddd0f6838e2ec1d23dfcf [diff] |
all: fix formatting
diff --git a/webui/src/web-components/sketch-monaco-view.ts b/webui/src/web-components/sketch-monaco-view.ts index 9d84aa2..1ffb7e2 100644 --- a/webui/src/web-components/sketch-monaco-view.ts +++ b/webui/src/web-components/sketch-monaco-view.ts
@@ -158,7 +158,7 @@ monaco.KeyMod.CtrlCmd | monaco.KeyCode.KeyS, () => { this.requestSave(); - } + }, ); console.log("Keyboard shortcuts set up for Monaco editor");