fix: wrap line button showing inconsistency bug (#4188)
This commit is contained in:
parent
8c6b80dc42
commit
25a519a2e9
3 changed files with 3 additions and 2 deletions
|
|
@ -25,6 +25,7 @@
|
|||
@click="clearContent()"
|
||||
/>
|
||||
<HoppButtonSecondary
|
||||
v-if="bulkMode"
|
||||
v-tippy="{ theme: 'tooltip' }"
|
||||
:title="t('state.linewrap')"
|
||||
:class="{ '!text-accent': WRAP_LINES }"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
@click="clearContent()"
|
||||
/>
|
||||
<HoppButtonSecondary
|
||||
v-if="bulkHeaders"
|
||||
v-if="bulkMode"
|
||||
v-tippy="{ theme: 'tooltip' }"
|
||||
:title="t('state.linewrap')"
|
||||
:class="{ '!text-accent': WRAP_LINES }"
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
@click="clearContent()"
|
||||
/>
|
||||
<HoppButtonSecondary
|
||||
v-if="bulkVariables"
|
||||
v-if="bulkMode"
|
||||
v-tippy="{ theme: 'tooltip' }"
|
||||
:title="t('state.linewrap')"
|
||||
:class="{ '!text-accent': WRAP_LINES }"
|
||||
|
|
|
|||
Loading…
Reference in a new issue