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