fix back/forward in quest log.
This commit is contained in:
@@ -29,4 +29,8 @@ function createSelectionStore() {
|
|||||||
|
|
||||||
const selectionStore = createSelectionStore();
|
const selectionStore = createSelectionStore();
|
||||||
|
|
||||||
|
window.addEventListener("hashchange", () => {
|
||||||
|
selectionStore.refresh();
|
||||||
|
});
|
||||||
|
|
||||||
export default selectionStore;
|
export default selectionStore;
|
||||||
Reference in New Issue
Block a user