mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 20:35:54 +08:00
bug 22445
This commit is contained in:
@ -357,8 +357,8 @@ define([
|
||||
|
||||
function _onResizeMove(){
|
||||
var main_geometry = _readDocumetGeometry(),
|
||||
main_width = parseInt(main_geometry.width),
|
||||
main_height = parseInt(main_geometry.height),
|
||||
main_width = main_geometry.width,
|
||||
main_height = main_geometry.height,
|
||||
win_height = this.getHeight(),
|
||||
win_width = this.getWidth(),
|
||||
top = this.getTop(),
|
||||
|
||||
Reference in New Issue
Block a user