Lexical: Made image resize handles functional

This commit is contained in:
Dan Brown
2024-06-05 17:18:58 +01:00
parent ba871ec46a
commit e959c468f6
3 changed files with 80 additions and 31 deletions

View 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 {