mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 14:43:03 -04:00
Revert Replace
This commit is contained in:
parent
82c023cf0b
commit
39909d95c4
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ export default definePlugin({
|
||||||
// also idk if this patch is good, should it be more specific?
|
// also idk if this patch is good, should it be more specific?
|
||||||
// https://regex101.com/r/xfvNvV/1
|
// https://regex101.com/r/xfvNvV/1
|
||||||
match: /return.{1,200}\.wrapper.{1,200}src:\i,/g,
|
match: /return.{1,200}\.wrapper.{1,200}src:\i,/g,
|
||||||
replace: "$&id: 'vc-imgzoom-magnify-modal',"
|
replace: `$&id: '${ELEMENT_ID}',`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue