Skip to content

Commit 6cc7637

Browse files
Update src/app/view/editor-main-view/data-views/editor.keyEvents.ts
Co-authored-by: Louis Greiner <57864277+louisgreiner@users.noreply.github.com>
1 parent 865222b commit 6cc7637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/view/editor-main-view/data-views/editor.keyEvents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export class EditorKeyEvents {
158158
});
159159
}
160160

161-
private handleShortcutS() {
161+
private onKeySPressed() {
162162
if (this.splitSelectedTrainrunSectionsWithNewNode()) {
163163
return;
164164
}

0 commit comments

Comments
 (0)