1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-10 18:06:22 +00:00

fix after update

This commit is contained in:
newwares 2024-03-31 20:54:03 -04:00
parent 9b90546835
commit e88e0408dc

View file

@ -100,7 +100,7 @@ export default definePlugin({
if (!madeComponent) {
madeComponent = true;
element = document.createElement("div");
document.querySelector("[class^=base__]")!.appendChild(element);
document.querySelector("[class^=base_]")!.appendChild(element);
root = ReactDOM.createRoot(element);
}
root!.render(<ReplyNavigator replies={replies}/>);