mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Lexical: Started build of image node and decoration UI
This commit is contained in:
@ -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]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user