delete keyup only if no active prompt
This commit is contained in:
parent
cdba1d0c52
commit
a6f077eb8c
@ -176,7 +176,8 @@ export default {
|
||||
!this.isFiles ||
|
||||
this.loading ||
|
||||
!this.user.perm.delete ||
|
||||
(this.isListing && this.selectedCount === 0)) return
|
||||
(this.isListing && this.selectedCount === 0) ||
|
||||
this.$store.state.show != null) return
|
||||
|
||||
this.$store.commit('showHover', 'delete')
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user