fix
This commit is contained in:
@@ -15,6 +15,8 @@ import {
|
||||
import { createRasterizedImage } from "../utils/rasterizedImage";
|
||||
import { message } from "ant-design-vue";
|
||||
import { restoreFabricObject } from "../utils/objectHelper";
|
||||
import i18n from "@/lang/index.ts";
|
||||
const { t } = i18n.global;
|
||||
|
||||
/**
|
||||
* 组合图层命令
|
||||
@@ -338,7 +340,7 @@ export class RasterizeLayerCommand extends Command {
|
||||
// 创建新的组合图层
|
||||
this.rasterizedLayer = createLayer({
|
||||
id: this.rasterizedLayerId,
|
||||
name: `${this.layer.name} (组合)`,
|
||||
name: `${this.layer.name} (${t('Canvas.group')})`,
|
||||
type: LayerType.BITMAP,
|
||||
visible: this.layer.visible,
|
||||
locked: this.layer.locked,
|
||||
|
||||
Reference in New Issue
Block a user