mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
Fix relationship on over
This commit is contained in:
parent
a4b933e3b6
commit
ef3af99e9b
@ -167,7 +167,7 @@ class Relationship extends ConnectionLine {
|
|||||||
workspace.append(this._controlPointsController);
|
workspace.append(this._controlPointsController);
|
||||||
|
|
||||||
this._controlPointControllerListener = this._initializeControlPointController.bind(this);
|
this._controlPointControllerListener = this._initializeControlPointController.bind(this);
|
||||||
if (workspace.isReadOnly) {
|
if (workspace.isReadOnly()) {
|
||||||
this._line2d.setCursor('default');
|
this._line2d.setCursor('default');
|
||||||
} else {
|
} else {
|
||||||
this._line2d.addEvent('click', this._controlPointControllerListener);
|
this._line2d.addEvent('click', this._controlPointControllerListener);
|
||||||
|
Loading…
Reference in New Issue
Block a user