sebawagner commented on a change in pull request #89:
URL: https://github.com/apache/openmeetings/pull/89#discussion_r426301270
##########
File path:
openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/raw-wb-board.js
##########
@@ -362,7 +363,8 @@ var Wb = function() {
return false;
}
}
- }).resizable({
+ });
+ math.resizable({
Review comment:
For some reason the resize didn't work if you chain it. It applies the
resize in a way so that the window moves while resizing. By not chaining it it
works as epxected.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]