Skip to content

Commit

Permalink
fix: editor toolbar visible as default
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyblasta committed Apr 4, 2023
1 parent 5dfe2e9 commit 5d3fe31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/controls/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ const Editor = function Editor(options = {}) {
const toolbarOptions = Object.assign({}, options, {
autoSave,
currentLayer,
editableLayers: editableFeatureLayers
editableLayers: editableFeatureLayers,
isActive
});
const handlerOptions = Object.assign({}, options, {
autoForm,
Expand Down

0 comments on commit 5d3fe31

Please sign in to comment.