fix: redraw text bounding box when pasting styles (#4845)
This commit is contained in:
parent
b6f9a8005e
commit
bd35b682fa
@ -64,8 +64,8 @@ export const actionPasteStyles = register({
|
|||||||
});
|
});
|
||||||
|
|
||||||
redrawTextBoundingBox(
|
redrawTextBoundingBox(
|
||||||
element,
|
newElement,
|
||||||
getContainerElement(element),
|
getContainerElement(newElement),
|
||||||
appState,
|
appState,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user