Merge branch 'master' of https://git.cloud.tencent.com/joylink/jl-nclient
This commit is contained in:
commit
0abe6e61e6
@ -60,7 +60,7 @@ export default class ZcControl extends Group {
|
||||
this.model = model;
|
||||
}
|
||||
createMouseEvent() {
|
||||
if (this.style.ZcControl.mouseEvent) {
|
||||
if (this.style.ZcControl.mouseOverStyle) {
|
||||
this.mouseEvent = new EMouse(this);
|
||||
this.add(this.mouseEvent);
|
||||
this.mouseoverText = (e) => {
|
||||
|
Loading…
Reference in New Issue
Block a user