We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6392813 commit f47ca57Copy full SHA for f47ca57
packages/viewer/src/App.vue
@@ -42,7 +42,7 @@ onMounted(() => {
42
// initial load of layers config
43
layersStore.loadLayersConfig(
44
{
45
- changeLayersOnTopicChange: !(window.location.hash.includes('layers=') || window.location.hash.includes('bgLayer=')),
+ changeLayersOnTopicChange: !window.location.hash.includes('layers=') && !window.location.hash.includes('bgLayer='),
46
},
47
dispatcher
48
)
0 commit comments