powercord-org / powercord

A lightweight @discord client mod focused on simplicity and performance.
MIT License
1.2k stars 147 forks source link

Fix injectContextMenu not re-adding injected function's props #637

Closed 1Lighty closed 2 years ago

1Lighty commented 2 years ago

When using the util injectContextMenu, it overrides the type with its own function, losing any props that were originally attached to it, this can cause issues with other plugins or even libraries by accident, in this instance, the impacted library being XenoLib.
DiscordCanary_M17aYJVERe

This simply makes it do what is already being done in the injector.
DiscordCanary_qbhNnyTkrc