mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #54136 from nextcloud/fix-endless-spinner-on-file-entries-after-triggering-an-action-on-stable30
This commit is contained in:
commit
f5409c6217
3 changed files with 4 additions and 4 deletions
|
|
@ -72,7 +72,7 @@ export default defineComponent({
|
|||
},
|
||||
|
||||
isLoading() {
|
||||
return this.source.status === NodeStatus.LOADING || this.loading !== ''
|
||||
return this.source.status === NodeStatus.LOADING
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
4
dist/files-main.js
vendored
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue