mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
fix: 处理右键不统一的问题
This commit is contained in:
@@ -65,7 +65,7 @@ const { handleContextMenu, onClickOutSide } = useContextMenu()
|
||||
const optionsHandle = (
|
||||
targetList: MenuOptionsItemType[],
|
||||
allList: MenuOptionsItemType[],
|
||||
item: CreateComponentType
|
||||
targetInstance: CreateComponentType
|
||||
) => {
|
||||
// 多选处理
|
||||
if (chartEditStore.getTargetChart.selectId.length > 1) {
|
||||
|
||||
Reference in New Issue
Block a user