Skip to content

Commit

Permalink
DiploTab hide 'push', 'next'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Peter Voigt committed Nov 18, 2024
1 parent 2581dbd commit d1e22ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/DiploTabMenu.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<template>
<div class="diploTabMenu">
<!--
<div class="entry right">
<div class="cancel button" title="Cancel [Esc]">⛌</div>
<label>Next</label>
<div class="value" :title="stateTitle">{{ stateLabel }}</div>
</div>
-->
<div class="entry">
<label>@xml:id</label>
<div class="value string">{{elementId}}</div>
Expand All @@ -28,7 +30,7 @@
</div>
<div class="value string button" :onClick="initStemLen" v-else>add attribute</div>
</div>
<div class="entry" :onClick="test">Push</div>
<!-- <div class="entry" :onClick="test">Push</div> -->
</div>
</template>

Expand Down

0 comments on commit d1e22ea

Please sign in to comment.