Skip to content

Commit

Permalink
Merge pull request #3257 from nextcloud/backport/3256/stable27
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Oct 25, 2023
2 parents 11a0387 + 9489d19 commit cb7d2ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@ addEventListener('DOMContentLoaded', () => {
if (deprecated) { return }

switch (msgId) {
case 'NC_ShowNamePicker':
clearTimeout(odfViewer.loadingTimeout)
break
case 'loading':
odfViewer.onReceiveLoading()
break
Expand Down

0 comments on commit cb7d2ca

Please sign in to comment.