Skip to content
Snippets Groups Projects
Commit 3683bac3 authored by Chad Pilkey's avatar Chad Pilkey
Browse files

allow shapes to draw again in the whiteboard

parent 302040b8
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ package org.bigbluebutton.modules.whiteboard.views
}
private function sendShapeToServer(status:String, tool:WhiteboardTool):void {
if (_segment.length > 2) {
if (_segment.length <= 2) {
// LogUtil.debug("SEGMENT too short");
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment