]> BookStack Code Mirror - bookstack/blobdiff - resources/js/wysiwyg/ui/framework/buttons.ts
Lexical: Started build of image node and decoration UI
[bookstack] / resources / js / wysiwyg / ui / framework / buttons.ts
index 48046e9de9a953fcf435dead1db512b8075898ae..367a3933063523aa10af4bd7349ade84e18bf5e1 100644 (file)
@@ -67,7 +67,6 @@ export class FormatPreviewButton extends EditorButton {
         }, [this.getLabel()]);
 
         const stylesToApply = this.getStylesFromPreview();
-        console.log(stylesToApply);
         for (const style of Object.keys(stylesToApply)) {
             preview.style.setProperty(style, stylesToApply[style]);
         }