This commit is contained in:
lys 2025-01-14 14:39:26 +08:00
parent 0df94c4258
commit f85278b29f
1 changed files with 4 additions and 2 deletions

View File

@ -162,6 +162,7 @@ const index: FunctionComponent<Props> = (props) => {
} }
] ]
: []; : [];
item.rightClickType &&
item.rightClickType.includes("DELFEEDBACK") && item.rightClickType.includes("DELFEEDBACK") &&
(items = [ (items = [
...items, ...items,
@ -176,6 +177,7 @@ const index: FunctionComponent<Props> = (props) => {
}) })
} }
]); ]);
item.rightClickType &&
item.rightClickType.includes("SETFEEDBACK") && item.rightClickType.includes("SETFEEDBACK") &&
(items = [ (items = [
...items, ...items,