mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-19 09:06:03 +00:00
Fix state update after navigation
This commit is contained in:
@@ -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