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

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
skjnldsv 2025-04-02 17:44:41 +02:00
parent 07655844e8
commit 1bfe473007

View file

@ -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
},
},
})