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 8869fe8 commit b769642
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/api/wopi/editor-wopi.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,6 @@ div {
};
var fixSize = function (value1) {
console.log("fixSize and resize", value1);
window.resizeBy(-100, -100);
var wrapEl = document.getElementsByClassName("form");
if (wrapEl.length) {
wrapEl[0].style.height = screen.availHeight + "px";
Expand Down

0 comments on commit b769642

Please sign in to comment.