rm comment that only makes sense in context of PR
This commit is contained in:
@@ -101,11 +101,6 @@ function ContentHiderActive({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* A plain loop rather than `.filter()`: the running flag has to be mutated
|
|
||||||
* from the enclosing scope, which React Compiler cannot lower inside a
|
|
||||||
* callback. Keeps only the first adult-content label, as before.
|
|
||||||
*/
|
|
||||||
const selfBlurCauses = []
|
const selfBlurCauses = []
|
||||||
let hasAdultContentLabel = false
|
let hasAdultContentLabel = false
|
||||||
for (const cause of modui.blurs) {
|
for (const cause of modui.blurs) {
|
||||||
|
|||||||
Reference in New Issue
Block a user