We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73b0dd commit e1032deCopy full SHA for e1032de
src/components/properties/ElementProperties.vue
@@ -130,11 +130,14 @@
130
<span>Overline</span>
131
</label>
132
</div>
133
- <div class="properties_actions">
+ <div class="properties_actions" v-if="element.type.visible">
134
<h3>Actions</h3>
135
<br />
136
<IconButton icon="Square2StackIcon" title="Duplicate element" @click="duplicate"></IconButton>
137
138
+ <div class="hint" v-if="!element.type.visible">
139
+ <p>This element does not have any properties.</p>
140
+ </div>
141
142
<EmptyState :empty="empty">
143
<p>You have not selected an element.</p>
0 commit comments