mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-01-03 23:42:28 +03:00
Removed console.log & added readme discord badge
This commit is contained in:
@@ -557,7 +557,6 @@ class WysiwygEditor {
|
||||
});
|
||||
|
||||
function editorChange() {
|
||||
console.log('CHANGE');
|
||||
let content = editor.getContent();
|
||||
window.$events.emit('editor-html-change', content);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user