Decor: Fix find targetting wrong module in some cases
This commit is contained in:
parent
bdef47eb8a
commit
60f6678107
|
@ -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