深度画布调整

This commit is contained in:
lzp
2026-03-16 11:38:58 +08:00
parent 9cd8d82e9e
commit dec750ab48
5 changed files with 45 additions and 4 deletions

View File

@@ -426,6 +426,8 @@ export class BrushIndicator {
this.canvas.on("mouse:over", this._mouseEnterHandler);
this.canvas.on("mouse:out", this._mouseLeaveHandler);
this.canvas.on("mouse:move", this._mouseMoveHandler);
this._observeCanvasChanges();
}
/**