From 07f09361b94be183befa9977296d419662ffff5e Mon Sep 17 00:00:00 2001 From: Michael Washington Date: Fri, 29 Nov 2019 18:14:58 -0800 Subject: [PATCH] Allows you to switch between Rich text and Raw HTML Editor --- Oqtane.Client/Modules/HtmlText/Edit.razor | 124 ++++++++++++++-------- 1 file changed, 81 insertions(+), 43 deletions(-) diff --git a/Oqtane.Client/Modules/HtmlText/Edit.razor b/Oqtane.Client/Modules/HtmlText/Edit.razor index f534eb7f..af7340c9 100644 --- a/Oqtane.Client/Modules/HtmlText/Edit.razor +++ b/Oqtane.Client/Modules/HtmlText/Edit.razor @@ -13,38 +13,53 @@ - - - - - - - - - - - - - - - - - - - - - - + @if (!RichTextEditorMode) + { +