]> BookStack Code Mirror - bookstack/blobdiff - resources/js/wysiwyg/nodes/image.ts
Lexical: Made image resize handles functional
[bookstack] / resources / js / wysiwyg / nodes / image.ts
index 289e36c4b3217cdecc3917b2e4a7bf4749a7579a..9f017b5fed2eba9921dc71d98d47c7e5870d43f7 100644 (file)
@@ -80,7 +80,6 @@ export class ImageNode extends DecoratorNode<EditorDecoratorAdapter> {
     setWidth(width: number): void {
         const self = this.getWritable();
         self.__width = width;
-        console.log('widrg', width)
     }
 
     getWidth(): number {