This commit is contained in:
tamaina 2023-08-04 07:09:23 +00:00
parent da3ca548fe
commit ba6399fac6
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</span>
</div>
<div v-if="childMenu">
<XChild ref="child" :items="childMenu" :targetElement="childTarget" :rootElement="itemsEl" showing @actioned="childActioned"/>
<XChild ref="child" :items="childMenu" :targetElement="childTarget" :rootElement="itemsEl" showing @actioned="childActioned" @close="close(false)"/>
</div>
</div>
</template>