]> BookStack Code Mirror - bookstack/blobdiff - resources/js/wysiwyg/common-events.js
Fixed OIDC Logout
[bookstack] / resources / js / wysiwyg / common-events.js
index a25debac123d75c515814400f75ee44144600f40..d0a5acdc24d8ffd67204e54b7f11b0f299e81243 100644 (file)
@@ -2,7 +2,6 @@
  * @param {Editor} editor
  */
 export function listen(editor) {
-
     // Replace editor content
     window.$events.listen('editor::replace', ({html}) => {
         editor.setContent(html);
@@ -31,4 +30,4 @@ export function listen(editor) {
             editor.focus();
         }
     });
-}
\ No newline at end of file
+}