1
0
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:
Dan Brown
2024-06-03 16:56:31 +01:00
parent 7c504a10a8
commit a74e04141c
5 changed files with 195 additions and 2 deletions

View 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]);
}