mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
fix: note is not saved after pasting
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user