mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
Decor: Fix find targetting wrong module in some cases
This commit is contained in:
parent
fca13a6b95
commit
76484f25f4
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ export default definePlugin({
|
|||
},
|
||||
// Decoration modal module
|
||||
{
|
||||
find: ".decorationGridItem",
|
||||
find: ".decorationGridItem,",
|
||||
replacement: [
|
||||
{
|
||||
match: /(?<==)\i=>{let{children.{20,100}decorationGridItem/,
|
||||
|
|
Loading…
Reference in a new issue