Skip to content

Commit f5409c6

Browse files
authored
Merge pull request #54136 from nextcloud/fix-endless-spinner-on-file-entries-after-triggering-an-action-on-stable30
2 parents a137a51 + 04c2b81 commit f5409c6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/files/src/components/FileEntryMixin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default defineComponent({
7272
},
7373

7474
isLoading() {
75-
return this.source.status === NodeStatus.LOADING || this.loading !== ''
75+
return this.source.status === NodeStatus.LOADING
7676
},
7777

7878
/**

dist/files-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)