chore(files): remove popover workaround after vue lib update

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
pull/51876/head
skjnldsv 2025-04-02 17:44:41 +07:00
parent 07655844e8
commit 1bfe473007
1 changed files with 2 additions and 6 deletions

@ -310,12 +310,8 @@ export default defineComponent({
},
onMenuClosed() {
// TODO: remove timeout once https://github.com/nextcloud-libraries/nextcloud-vue/pull/6683 is merged
// and updated on server.
setTimeout(() => {
// We reset the actions menu state when the menu is finally closed
this.openedMenu = false
}, 100)
// We reset the actions menu state when the menu is finally closed
this.openedMenu = false
},
},
})