mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
chore(files): remove popover workaround after vue lib update
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
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
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue