fix
This commit is contained in:
parent
ea5f5ca8c6
commit
5b8da050a4
File diff suppressed because one or more lines are too long
|
@ -21,8 +21,8 @@ export default new class EmoteMenu extends Builtin {
|
||||||
const head = Utilities.getNestedProp(ret, "props.children.props.children.1.props.children.0.props.children.props.children");
|
const head = Utilities.getNestedProp(ret, "props.children.props.children.1.props.children.0.props.children.props.children");
|
||||||
const body = Utilities.getNestedProp(ret, "props.children.props.children.1.props.children");
|
const body = Utilities.getNestedProp(ret, "props.children.props.children.1.props.children");
|
||||||
if(!head || !body) return ret;
|
if(!head || !body) return ret;
|
||||||
const currentTab = Tabs.find(e => e.id === selected);
|
|
||||||
const selected = args.expressionPickerView;
|
const selected = args.expressionPickerView;
|
||||||
|
const currentTab = Tabs.find(e => e.id === selected);
|
||||||
let tabProps = head[0].props;
|
let tabProps = head[0].props;
|
||||||
head.push(
|
head.push(
|
||||||
...Tabs.map(e => React.createElement("div", {
|
...Tabs.map(e => React.createElement("div", {
|
||||||
|
|
Loading…
Reference in New Issue