diff --git a/apps/files/src/components/FileEntry/FileEntryActions.vue b/apps/files/src/components/FileEntry/FileEntryActions.vue index 9916e420e1b..c130ab49c0a 100644 --- a/apps/files/src/components/FileEntry/FileEntryActions.vue +++ b/apps/files/src/components/FileEntry/FileEntryActions.vue @@ -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 }, }, })