master
This commit is contained in:
parent
2aeac6e713
commit
0df94c4258
|
|
@ -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,
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue