mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 11:37:35 +02:00
fix(markdown): always maintain horizontal layout
This commit is contained in:
@@ -49,6 +49,7 @@ export default function Markdown(props: TypeWidgetProps) {
|
||||
editorRef={setEditorView}
|
||||
onContentChanged={setContent}
|
||||
previewContent={<MarkdownPreview ntxId={props.ntxId} />}
|
||||
forceOrientation="horizontal"
|
||||
/>
|
||||
</MarkdownContext.Provider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user