Skip to content

Commit

Permalink
fix(config): disable zone editor plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRichel committed Mar 19, 2024
1 parent 8245e15 commit dc95a68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/config/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ const PLUGINS_CONFIG = {
viewer3d: {
enableDynamicLOD: true
},
"drawing-tools" : false
"drawing-tools" : false,
"zone-editor": false,
"zone-editor-button": false
};

export { AVAILABLE_PLUGINS, DEFAULT_WINDOW, PLUGINS_CONFIG, WINDOWS };

0 comments on commit dc95a68

Please sign in to comment.