Skip to content

Commit

Permalink
[DE] Use api method asc_refreshFile
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaRadzhabova committed May 23, 2024
1 parent 728c343 commit e7b4749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/documenteditor/main/app/controller/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3021,7 +3021,7 @@ define([
}
if (data.token)
docInfo.put_Token(data.token);
this.api.asc_setDocInfo(docInfo);
this.api.asc_refreshFile(docInfo);
}
},

Expand Down

0 comments on commit e7b4749

Please sign in to comment.