Skip to content

Commit af90efb

Browse files
committed
replaceState requires title
1 parent cf03058 commit af90efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Griddly/Scripts/griddly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@
946946

947947
globalState.griddly[this.options.url] = state;
948948

949-
history.replaceState(globalState);
949+
history.replaceState(globalState, document.title);
950950

951951
// TODO: cancel any outstanding calls
952952

0 commit comments

Comments
 (0)