mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 15:35:11 +00:00
fix quotes
This commit is contained in:
parent
eeb8750f94
commit
3da8759cd3
1 changed files with 1 additions and 4 deletions
|
@ -116,7 +116,7 @@ const messageContextMenuPatch: NavContextMenuPatchCallback = (children, props) =
|
||||||
})();
|
})();
|
||||||
|
|
||||||
if (menuItem)
|
if (menuItem)
|
||||||
findGroupChildrenByChildId(`devmode-copy-id`, children, true)?.push(menuItem);
|
findGroupChildrenByChildId("devmode-copy-id", children, true)?.push(menuItem);
|
||||||
};
|
};
|
||||||
|
|
||||||
const expressionPickerPatch: NavContextMenuPatchCallback = (children, props: { target: HTMLElement; }) => {
|
const expressionPickerPatch: NavContextMenuPatchCallback = (children, props: { target: HTMLElement; }) => {
|
||||||
|
@ -137,6 +137,3 @@ export default definePlugin({
|
||||||
"expression-picker": expressionPickerPatch
|
"expression-picker": expressionPickerPatch
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue