Skip to content

Commit

Permalink
Fix: create an object panel not visible
Browse files Browse the repository at this point in the history
  • Loading branch information
nboisteault committed Feb 15, 2024
1 parent 293a1ed commit 1ff928b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/components/FeatureToolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default class FeatureToolbar extends HTMLElement {
<i class="icon-plus-sign"></i>
<span class="caret"></span>
</button>
<ul class="dropdown-menu pull-right" role="menu">
<ul class="dropdown-menu" role="menu">
${this.editableChildrenLayers.map((child) =>
html`<li><a data-child-layer-id="${child.layerId}" @click=${() => this.createChild(child)}>${child.title}</a></li>`)}
</ul>
Expand Down

0 comments on commit 1ff928b

Please sign in to comment.