修改代码

This commit is contained in:
ival 2019-07-18 10:08:26 +08:00
parent 47171b872e
commit 57dd676c4a
2 changed files with 1 additions and 5 deletions

View File

@ -41,7 +41,7 @@ class Link extends Group {
this.add(this.link); this.add(this.link);
} }
setState({ _code, _type, zlevel, model, state }) { setState(state) {
} }
tipBasePoint() { tipBasePoint() {

View File

@ -21,10 +21,6 @@ export default class Section extends Group {
this.selected = false; this.selected = false;
this.jmap = jmap; this.jmap = jmap;
this._create(); this._create();
// this.on('mousedown', this.mouseclick);
// this.on('mouseout', this.mouseleave);
// this.on('mouseover', this.mouseenter);
} }
_create() { _create() {