Parcourir la source

fix: disable map sharing

Until we use StatusManager, the permalink functions won't work.
jmacura il y a 5 ans
Parent
commit
a53ccb6d0a
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/app.module.js

+ 1 - 0
src/app.module.js

@@ -83,6 +83,7 @@ angular
     panelsEnabled: {
       composition_browser: false,
       saveMap: false,
+      permalink: false,
       language: false,
     },
     sizeMode: 'fullscreen',