fix: redraw text bounding box when pasting styles (#4845)

This commit is contained in:
Aakansha Doshi
2022-02-25 15:36:56 +05:30
committed by GitHub
parent b6f9a8005e
commit bd35b682fa

View File

@ -64,8 +64,8 @@ export const actionPasteStyles = register({
}); });
redrawTextBoundingBox( redrawTextBoundingBox(
element, newElement,
getContainerElement(element), getContainerElement(newElement),
appState, appState,
); );
} }