From 9e91b8cab9f4725677576d657cd84d823104e159 Mon Sep 17 00:00:00 2001 From: Arjun <6592213+arkml@users.noreply.github.com> Date: Wed, 25 Feb 2026 08:59:02 +0530 Subject: [PATCH] fix history viewing --- apps/x/apps/renderer/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/x/apps/renderer/src/App.tsx b/apps/x/apps/renderer/src/App.tsx index d8e5fc1b..af6a4740 100644 --- a/apps/x/apps/renderer/src/App.tsx +++ b/apps/x/apps/renderer/src/App.tsx @@ -3340,7 +3340,7 @@ function App() { > handleEditorChange(tab.path, markdown)} + onChange={(markdown) => { if (!isViewingHistory) handleEditorChange(tab.path, markdown) }} placeholder="Start writing..." wikiLinks={wikiLinkConfig} onImageUpload={handleImageUpload}