We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2967e commit adf9c1fCopy full SHA for adf9c1f
1 file changed
editor.js
@@ -64,7 +64,7 @@ tinymce.init({
64
}
65
});
66
67
-function saveContent() {
+function saveContent(info) {
68
let value = tinymce.activeEditor.getContent({ format: 'text' });
69
var type = 'text'
70
if (!!info) {
0 commit comments