fix: 在栅格化成功后切换到液化工具
This commit is contained in:
@@ -112,6 +112,8 @@ export class RasterizeLayerCommand extends Command {
|
||||
this.canvas?.thumbnailManager?.generateLayerThumbnail?.(
|
||||
this.rasterizedLayerId
|
||||
);
|
||||
|
||||
this.layerManager.activeLayerId.value = this.rasterizedLayerId;
|
||||
return this.rasterizedLayerId;
|
||||
} catch (error) {
|
||||
console.error("组合图层失败:", error);
|
||||
|
||||
Reference in New Issue
Block a user