Skip to content

Commit

Permalink
Merge pull request origo-map#1732 from origo-map/editor-fix
Browse files Browse the repository at this point in the history
fix: editor toolbar visible as default
  • Loading branch information
johnnyblasta committed Apr 4, 2023
2 parents 4ff81c9 + 5d3fe31 commit e899204
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 e899204

Please sign in to comment.