From 98b38af43c3acc9822f167ebca295f5aecb4908d Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Wed, 16 Nov 2022 14:37:03 +0000 Subject: [PATCH] feat: disable fullscreen for EasyMDE side-by-side mode (#2710) Fixes https://github.com/go-vikunja/frontend/issues/92 Co-authored-by: Dominik Pschenitschni Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2710 Co-authored-by: Dominik Pschenitschni Co-committed-by: Dominik Pschenitschni --- src/components/input/editorConfig.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/input/editorConfig.ts b/src/components/input/editorConfig.ts index 4daee10b8..e50e9aecc 100644 --- a/src/components/input/editorConfig.ts +++ b/src/components/input/editorConfig.ts @@ -9,6 +9,7 @@ export function createEasyMDEConfig({ placeholder, uploadImage, imageUploadFunct uploadImage, imageUploadFunction, minHeight: '150px', + sideBySideFullscreen: false, toolbar: [ { name: 'heading-1',