mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-24 11:26:31 +00:00
Fix state update after navigation
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -48,7 +48,7 @@ define([
|
||||
$('.book-summary .summary').scrollTop(scrollPosition);
|
||||
|
||||
// Update state
|
||||
state.update($page);
|
||||
state.update($("html"));
|
||||
|
||||
if (push) updateHistory(url, null);
|
||||
preparePage();
|
||||
|
||||
Reference in New Issue
Block a user