Skip to content

Commit

Permalink
fix details on body resize
Browse files Browse the repository at this point in the history
  • Loading branch information
Horiatu committed Feb 17, 2017
1 parent 65b5c52 commit a795eec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,7 @@ define(["dojo/ready",

on(toolbar, 'updateTool_details', this._adjustDetails);
on(this.map, 'resize', this._adjustDetails);
document.body.onresize = this._adjustDetails;
}));
}
deferred.resolve(true);
Expand Down

0 comments on commit a795eec

Please sign in to comment.