修改代码
This commit is contained in:
parent
47171b872e
commit
57dd676c4a
@ -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() {
|
||||||
|
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user