深度画布调整属性设置
This commit is contained in:
@@ -101,6 +101,10 @@ export class AISelectboxToolManager {
|
||||
this.canvasManager.canvas.remove(this.indicatorObject)
|
||||
this.indicatorObject = null
|
||||
}
|
||||
resetDemoObject() {
|
||||
this.clearDemoObject()
|
||||
this.createDemoObject()
|
||||
}
|
||||
// 创建临时画布对象
|
||||
async createStaticCanvas(object: fabric.Object) {
|
||||
if (!this.demoObject) this.createDemoObject()
|
||||
|
||||
Reference in New Issue
Block a user