fix: 处理右键不统一的问题

This commit is contained in:
奔跑的面条
2022-08-14 01:04:03 +08:00
parent 2928eaa4ae
commit 3b7f9e5dec
5 changed files with 70 additions and 16 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ const { handleContextMenu, onClickOutSide } = useContextMenu()
const optionsHandle = (
targetList: MenuOptionsItemType[],
allList: MenuOptionsItemType[],
item: CreateComponentType
targetInstance: CreateComponentType
) => {
// 多选处理
if (chartEditStore.getTargetChart.selectId.length > 1) {