Skip to content

Commit adf9c1f

Browse files
authored
update editor.js
1 parent 5c2967e commit adf9c1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ tinymce.init({
6464
}
6565
});
6666

67-
function saveContent() {
67+
function saveContent(info) {
6868
let value = tinymce.activeEditor.getContent({ format: 'text' });
6969
var type = 'text'
7070
if (!!info) {

0 commit comments

Comments
 (0)