Browse Source

fix back/forward in quest log.

main
Gisle Aune 3 years ago
parent
commit
32f068c36e
  1. 4
      svelte-ui/src/stores/selection.ts

4
svelte-ui/src/stores/selection.ts

@ -29,4 +29,8 @@ function createSelectionStore() {
const selectionStore = createSelectionStore();
window.addEventListener("hashchange", () => {
selectionStore.refresh();
});
export default selectionStore;
Loading…
Cancel
Save