mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-16 18:25:17 +02:00
fix history viewing
This commit is contained in:
parent
3ccdbb614c
commit
9e91b8cab9
1 changed files with 1 additions and 1 deletions
|
|
@ -3340,7 +3340,7 @@ function App() {
|
||||||
>
|
>
|
||||||
<MarkdownEditor
|
<MarkdownEditor
|
||||||
content={tabContent}
|
content={tabContent}
|
||||||
onChange={(markdown) => handleEditorChange(tab.path, markdown)}
|
onChange={(markdown) => { if (!isViewingHistory) handleEditorChange(tab.path, markdown) }}
|
||||||
placeholder="Start writing..."
|
placeholder="Start writing..."
|
||||||
wikiLinks={wikiLinkConfig}
|
wikiLinks={wikiLinkConfig}
|
||||||
onImageUpload={handleImageUpload}
|
onImageUpload={handleImageUpload}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue