fixed invisible editor
This commit is contained in:
parent
81a4d38ac4
commit
ed3b23cf22
@ -3,7 +3,7 @@
|
||||
<p class="text-h5">{{ isEndstation ? "Endstation bearbeiten"
|
||||
: isNewStation ? "Neue Station"
|
||||
: "Station bearbeiten"}}</p>
|
||||
<q-editor v-show="!isEndstation && station.description"
|
||||
<q-editor v-show="!isEndstation"
|
||||
:toolbar="[
|
||||
['bold', 'italic', 'strike', 'underline'],
|
||||
['undo', 'redo'],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user