修复:共享材质命令被错误的占用

pull/1559/MERGE
ChenX 3 years ago
parent 549c59db6b
commit 36129842af

@ -1,5 +1,5 @@
import { Command } from "../Editor/CommandMachine";
import { app } from "../ApplicationServices/Application";
import { Command } from "../Editor/CommandMachine";
import { MetarialShop } from './../UI/MaterialEditor/MaterialShop';
export class BuyMaterial implements Command

@ -801,7 +801,7 @@ export const CommandList: ICommand[] = [
},
{
typeId: "bjbj",
defaultCustom: "BUYMATERIAL",
defaultCustom: CommandNames.SelectAll,
command: CommandNames.SelectAll,
type: "全选",
chName: "全选",

Loading…
Cancel
Save