mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 03:33:36 -05: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?
|
||||
// https://regex101.com/r/xfvNvV/1
|
||||
match: /return.{1,200}\.wrapper.{1,200}src:\i,/g,
|
||||
replace: "$&id: 'vc-imgzoom-magnify-modal',"
|
||||
replace: `$&id: '${ELEMENT_ID}',`
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue