Skip to content

Commit

Permalink
Merge pull request #3256 from nextcloud/bugfix/noid/guest-name
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Oct 25, 2023
2 parents d63e0ca + 95bf673 commit 7cb1978
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 7cb1978

Please sign in to comment.