diff --git a/solardoc/frontend/src/components/editor/dropdown/EditorSandwichDropdown.vue b/solardoc/frontend/src/components/editor/dropdown/EditorSandwichDropdown.vue index 95c27726..ed15d7f7 100644 --- a/solardoc/frontend/src/components/editor/dropdown/EditorSandwichDropdown.vue +++ b/solardoc/frontend/src/components/editor/dropdown/EditorSandwichDropdown.vue @@ -55,6 +55,12 @@ async function handleSaveButtonClick() { } } +async function handleExportButtonClick() { + overlayStateStore.setExportView(true) + closeDropdown() + +} + async function handleNewFileButtonClick() { closeDropdown() showDummyLoading() @@ -80,6 +86,7 @@ async function handleNewFileButtonClick() {