mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-30 18:39:18 +08:00
兼容3.6.1API
This commit is contained in:
@@ -41,7 +41,7 @@ export class RoundRectMask extends Component {
|
||||
// @ts-ignore.
|
||||
this.mask['onDraw'] = this.onDraw.bind(this.mask);
|
||||
this.mask['_updateGraphics'] = this._updateGraphics.bind(this.mask);
|
||||
this.mask.type = Mask.Type.RECT;
|
||||
this.mask.type = Mask.Type.GRAPHICS_RECT;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"userData": {
|
||||
"isPlugin": true,
|
||||
"loadPluginInWeb": true,
|
||||
"loadPluginInNative": true,
|
||||
"loadPluginInNative": false,
|
||||
"executionScope": "enclosed"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user