aboutsummaryrefslogtreecommitdiff
path: root/src/webpack/common.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/webpack/common.tsx')
-rw-r--r--src/webpack/common.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webpack/common.tsx b/src/webpack/common.tsx
index a732d6b..9024ff9 100644
--- a/src/webpack/common.tsx
+++ b/src/webpack/common.tsx
@@ -191,7 +191,7 @@ waitFor(m => m.Types?.INPUT_PLACEHOLDER, m => Forms.FormText = m);
waitFor(m => {
if (typeof m !== "function") return false;
const s = m.toString();
- return s.length < 200 && s.includes("().divider");
+ return s.length < 200 && s.includes(".divider");
}, m => Forms.FormDivider = m);
// This is the same module but this is easier