We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49d27f commit 20d60bfCopy full SHA for 20d60bf
apps/x/apps/renderer/src/App.tsx
@@ -3030,7 +3030,7 @@ function App() {
3030
>
3031
<MarkdownEditor
3032
content={tabContent}
3033
- onChange={(markdown) => handleEditorChange(tab.path, markdown)}
+ onChange={(markdown) => { if (!isViewingHistory) handleEditorChange(tab.path, markdown) }}
3034
placeholder="Start writing..."
3035
wikiLinks={wikiLinkConfig}
3036
onImageUpload={handleImageUpload}
0 commit comments