diff --git a/src/app/App.tsx b/src/app/App.tsx index 1dcadb5d..4c9e530e 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -2201,6 +2201,9 @@ export function App({ store, initialStatusMessage }: AppProps) { const activePanelId = editorState.activeViewportPanelId; const viewportToolPreview = editorState.viewportTransientState.toolPreview; const transformSession = editorState.viewportTransientState.transformSession; + const latestActiveTransformSessionRef = useRef( + null + ); const entityList = getEntityInstances(editorState.document.entities); const entityDisplayList = getSortedEntityDisplayLabels( editorState.document.entities,