We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166133c commit 98e832fCopy full SHA for 98e832f
packages/app-slide/src/SlideController/helpers.ts
@@ -90,7 +90,7 @@ export function renderSceneWithSlide(
90
} else {
91
currentScenePath = context.getView()?.focusScenePath || "";
92
}
93
- if (currentScenePath !== scenePath && room.scenePathType(scenePath) === ("page" as ScenePathType.Page)) {
+ if (isFirstRender && currentScenePath !== scenePath && room.scenePathType(scenePath) === ("page" as ScenePathType.Page)) {
94
context.setScenePath(scenePath);
95
96
0 commit comments