From 59004f1f38af8793eb0d5337c06a345ec3154296 Mon Sep 17 00:00:00 2001 From: waltersm Date: Fri, 13 Jan 2023 16:08:38 +0000 Subject: [PATCH 1/2] fix chrome performance Chrome suffers badly with performance if rendering a large amount of html into tinymce such as used in base64 encoded images. Hiding the textarea with the 'hidden' attribute fixes this issue. --- lib/components/TinyMCE.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/components/TinyMCE.js b/lib/components/TinyMCE.js index 3330ac8..6f2d500 100644 --- a/lib/components/TinyMCE.js +++ b/lib/components/TinyMCE.js @@ -95,6 +95,7 @@ const TinyMCE = createReactClass({ ) : (