diff --git a/studio/src/app/pages/editor/app-editor/app-editor.tsx b/studio/src/app/pages/editor/app-editor/app-editor.tsx index ff7f83be4..19a3610f1 100644 --- a/studio/src/app/pages/editor/app-editor/app-editor.tsx +++ b/studio/src/app/pages/editor/app-editor/app-editor.tsx @@ -430,6 +430,9 @@ export class AppEditor { return; } + // Per default, when we switch to the fullscreen mode, we want to present the presentation not edit it + this.presenting = !this.fullscreen; + await this.editorEventsHandler.selectDeck(); await (deck as any).toggleFullScreen();