We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195b8a9 commit bba2a55Copy full SHA for bba2a55
1 file changed
app/javascript/controllers/read_status_controller.js
@@ -33,7 +33,7 @@ export default class extends Controller {
33
this.clearTimer()
34
}
35
})
36
- }, { threshold: [0.1, 0.25, 0.5, 0.7, 0.9] })
+ }, { threshold: [0, 0.25, 0.7] })
37
38
this.observer.observe(this.element)
39
0 commit comments