mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-30 08:54:24 -04:00
Fixes For Canary
This commit is contained in:
parent
107d896b40
commit
c4ba86345b
11 changed files with 12 additions and 168 deletions
|
@ -58,12 +58,12 @@ export default definePlugin({
|
|||
}
|
||||
},
|
||||
{
|
||||
find: "{})).SUBTLE=\"SUBTLE\"",
|
||||
find: ".SUBTLE=\"SUBTLE\"",
|
||||
replacement: {
|
||||
match: /\(0,\i\.useTransition\)*/,
|
||||
replace: "$self.nullTransition"
|
||||
}
|
||||
},
|
||||
}
|
||||
],
|
||||
|
||||
nullTransition(value: any, args: object) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue