瀏覽代碼

fix: disable map sharing

Until we use StatusManager, the permalink functions won't work.
jmacura 5 年之前
父節點
當前提交
a53ccb6d0a
共有 1 個文件被更改,包括 1 次插入0 次删除
  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',