Skip to content

Commit

Permalink
[wopi] refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Mar 26, 2024
1 parent b769642 commit cff74c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/wopi/editor-wopi.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ div {
fixSize();
};
var fixSize = function (value1) {
var fixSize = function () {
var wrapEl = document.getElementsByClassName("form");
if (wrapEl.length) {
wrapEl[0].style.height = screen.availHeight + "px";
Expand Down

0 comments on commit cff74c6

Please sign in to comment.