mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-04 17:04:32 +08:00
Lexical: Made image resize handles functional
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user