fix back/forward in quest log.

This commit is contained in:
2021-02-07 11:54:50 +01:00
parent 4443ec9c84
commit 32f068c36e
+4
View File
@@ -29,4 +29,8 @@ function createSelectionStore() {
const selectionStore = createSelectionStore(); const selectionStore = createSelectionStore();
window.addEventListener("hashchange", () => {
selectionStore.refresh();
});
export default selectionStore; export default selectionStore;