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.
2 parents 2cf4149 + b209403 commit 386910fCopy full SHA for 386910f
src/components/right-sidebar/HTMLQueue.vue
@@ -24,7 +24,7 @@ Description:
24
<button class="attributeButton" @click="setActiveElement(element)">
25
<div class="tooltip"> Edit {{ element[0] }} attributes </div>
26
</button>
27
- <i v-if='activeComponent === "" || exceptions.includes(element[0])'></i>
+ <i v-if='activeComponent === "" || exceptions.includes(element[0]) || moreExceptions.includes(element[0])'></i>
28
<i v-else class="fas fa fa-angle-double-down fa-md"
29
@click="setLayer({ text: element[0], id: element[2] })"></i>
30
{{ element[0] }}
0 commit comments