Checkpoint WebGL book reveal optimization
This commit is contained in:
@@ -1814,7 +1814,7 @@ class UIDisplayHandlerModule extends BaseModule {
|
||||
}
|
||||
|
||||
getLatestHistoryBlockId() {
|
||||
return Math.max(0, Number(this.storyHistory?.latestRenderedBlockId || 0));
|
||||
return Math.max(0, Number((this.storyHistory?.nextBlockId || 1) - 1));
|
||||
}
|
||||
|
||||
updateStoryScrollbar(detail = {}) {
|
||||
|
||||
Reference in New Issue
Block a user