We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb36ba4 + 7d5fb61 commit f27b332Copy full SHA for f27b332
src/lib/components/profile/comment_warning.ts
@@ -53,7 +53,7 @@ export class CommentWarning extends FloatElement {
53
const text = this.getRawCommentBoxText();
54
const words = new Set(text.toLowerCase().split(' '));
55
56
- const hasTriggerWord = ['buy', 'sell', 'bought', 'sold', 'csfloat'].some((e) => words.has(e));
+ const hasTriggerWord = ['buy', 'sell', 'bought', 'sold', 'csfloat', 'float'].some((e) => words.has(e));
57
this.show = hasTriggerWord;
58
}
59
0 commit comments