mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-28 07:54:22 -04:00
This commit is contained in:
parent
4f25affbda
commit
b91ad6ef1d
1 changed files with 0 additions and 2 deletions
|
@ -354,8 +354,6 @@ export default definePlugin({
|
|||
const normalize = findOption(opts, "normalize") as string | undefined;
|
||||
const reverse = findOption(opts, "reverse") as string | undefined;
|
||||
|
||||
if (!transform || !text) return;
|
||||
|
||||
if (transform !== "same") {
|
||||
text = (text as any)[transform]?.call(text) ?? text;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue