fix: 移除调试代码,优化图层恢复和导出逻辑
This commit is contained in:
@@ -619,7 +619,6 @@ export class ExportManager {
|
||||
// this.canvasManager?.canvasHeight?.value || this.canvas.height;
|
||||
|
||||
// console.log(`普通模式导出,画布尺寸: ${canvasWidth}x${canvasHeight}`);
|
||||
debugger;
|
||||
// 使用图层栅格化的方法导出图片
|
||||
const dataURL = await createRasterizedImage({
|
||||
canvas: this.canvas,
|
||||
|
||||
Reference in New Issue
Block a user