From 1beb0cfa8c5a9e01c3b117d4ec27c6485049c6de Mon Sep 17 00:00:00 2001
From: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com>
Date: Sun, 16 Feb 2025 09:23:22 +0000
Subject: [PATCH] Update NoteEditor.svelte to swap pin and html view. (#3821)
---
ts/editor/NoteEditor.svelte | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/ts/editor/NoteEditor.svelte b/ts/editor/NoteEditor.svelte
index bf959e266..02f865bb3 100644
--- a/ts/editor/NoteEditor.svelte
+++ b/ts/editor/NoteEditor.svelte
@@ -710,6 +710,13 @@ the AddCards dialog) should be implemented in the user of this component.
{#if cols[index] === "dupe"}
{/if}
+
{#if plainTextDefaults[index]}
togglePlainTextInput(index)}
/>
{/if}
-