Browse Source

fix: disable map sharing

Until we use StatusManager, the permalink functions won't work.
jmacura 5 năm trước cách đây
mục cha
commit
a53ccb6d0a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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',