From 12ef372dbdb58932f133ab335524cda60eabfec1 Mon Sep 17 00:00:00 2001 From: thecodrr Date: Thu, 25 Nov 2021 10:03:03 +0500 Subject: [PATCH] fix: note is not saved after pasting --- apps/web/src/components/editor/tinymce.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/editor/tinymce.js b/apps/web/src/components/editor/tinymce.js index adf59e129..8c2d92df3 100644 --- a/apps/web/src/components/editor/tinymce.js +++ b/apps/web/src/components/editor/tinymce.js @@ -124,7 +124,7 @@ const plugins = { pro: "textpattern picker", }; -const changeEvents = "change input compositionend setcontent"; +const changeEvents = "change input compositionend setcontent paste"; function TinyMCE(props) { const {