Skip to content

Commit

Permalink
show editor component from the start of the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeterson committed Oct 31, 2024
1 parent 4f5bb78 commit bdb5937
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</calcite-action-bar>

<!-- Editor Component -->
<arcgis-editor reference-element="arcgis-map" class="hidden"></arcgis-editor>
<arcgis-editor reference-element="arcgis-map" class=""></arcgis-editor>

</calcite-panel>
<calcite-panel id="panel-map" heading="Britz District | Berlin">
Expand Down
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import '@arcgis/map-components/dist/components/arcgis-zoom';
import '@arcgis/map-components/dist/components/arcgis-basemap-toggle';

// Core
import FeatureTable from '@arcgis/core/widgets/FeatureTable.js';
import * as reactiveUtils from '@arcgis/core/core/reactiveUtils.js';
import * as geometryEngine from '@arcgis/core/geometry/geometryEngine.js';

Expand Down

0 comments on commit bdb5937

Please sign in to comment.