forked from MapComplete/MapComplete
Fix: open correct menu if set in hash
This commit is contained in:
parent
03aafbe99c
commit
7a95334882
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ export default class ThemeViewStateHashActor {
|
|||
|
||||
private loadStateFromHash(hash: string) {
|
||||
const state = this._state
|
||||
const parts = hash.split(";")
|
||||
const parts = hash.split(":")
|
||||
outer: for (const { toggle, name, showOverOthers, submenu } of state.guistate.allToggles) {
|
||||
for (const part of parts) {
|
||||
if (part === name) {
|
||||
|
|
Loading…
Reference in a new issue