Remove unused variable in App.tsx

This commit is contained in:
2026-04-13 22:29:43 +02:00
parent a9ac61451b
commit 85106b690f

View File

@@ -1660,7 +1660,6 @@ export function App({ store, initialStatusMessage }: AppProps) {
editorState.selection,
selectedPath
);
const selectedPathPoint = selectedPathPointState?.point ?? null;
const selectedPathPointIndex = selectedPathPointState?.index ?? null;
const selectedEntity = getSelectedEntity(editorState.selection, entityList);
const selectedModelInstance = getSelectedModelInstance(