Nextcloud-vue: Action menu button should be hidden, when actions slot is empty

Created on 20 May 2019  路  3Comments  路  Source: nextcloud/nextcloud-vue

Currently the actions menu button is also shown when the actions slot is empty. Clicking on the button then does not do anything (besides showing the tiny arrow below).

Code like this

<Modal v-if="modalOpen"
    @close="closeModal"
>
    <span>Modal content.</span>
</Modal>

leads to a Modal like this (see the three-dot actions menu button at the right top):
Screenshot_2019-05-20 Aufgaben - Nextcloud

bug actions modal

All 3 comments

Sorry I didn鈥檛 find this.

No worries ! :hugs:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

georgehrke picture georgehrke  路  9Comments

raimund-schluessler picture raimund-schluessler  路  7Comments

jancborchardt picture jancborchardt  路  9Comments

ChristophWurst picture ChristophWurst  路  6Comments

nicolad picture nicolad  路  4Comments