From 0e6b5b338ce86828ac48844bffe5f8467cd382f1 Mon Sep 17 00:00:00 2001
From: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com>
Date: Fri, 2 Feb 2024 09:56:58 -0800
Subject: [PATCH] Desktop: Fixes #9786: Rich text editor: Fix newline behavior
in new notes (#9809)
---
.../gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.tsx | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/packages/app-desktop/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.tsx b/packages/app-desktop/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.tsx
index 0aa272e508..edbbea9850 100644
--- a/packages/app-desktop/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.tsx
+++ b/packages/app-desktop/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.tsx
@@ -48,10 +48,17 @@ const supportedLocales = require('./supportedLocales');
// so as a workaround we manually add this
for empty documents,
// which fixes the issue.
//
+// However,
+//