TextEditor is positioned based on mootools functions.
This commit is contained in:
@@ -27,7 +27,7 @@ mindplot.util.Shape =
|
||||
calculateRectConnectionPoint: function(rectCenterPoint, rectSize, isAtRight) {
|
||||
$assert(rectCenterPoint, 'rectCenterPoint can not be null');
|
||||
$assert(rectSize, 'rectSize can not be null');
|
||||
$assert(isAtRight, 'isRight can not be null');
|
||||
$assert($defined(isAtRight), 'isRight can not be null');
|
||||
|
||||
// Node is placed at the right ?
|
||||
var result = new core.Point();
|
||||
|
Reference in New Issue
Block a user