fix quotes

This commit is contained in:
byeoon 2025-01-31 12:38:10 -05:00 committed by GitHub
parent eeb8750f94
commit 3da8759cd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
} }
}); });