This commit is contained in:
lys 2025-01-10 18:18:26 +08:00
parent 2aeac6e713
commit 0df94c4258
1 changed files with 2 additions and 2 deletions

View File

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