mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
FIX: longer touch for active message (#22279)
Moving from 50ms to 125ms, it should limit cases where message is activated during scroll.
This commit is contained in:
parent
9a276cb688
commit
0ab572fbf0
@ -283,7 +283,7 @@ export default class ChatMessage extends Component {
|
||||
// capture the touch event instead of a scroll
|
||||
this._makeMessageActiveHandler = discourseLater(() => {
|
||||
this.isActive = true;
|
||||
}, 50);
|
||||
}, 125);
|
||||
}
|
||||
|
||||
@action
|
||||
|
Loading…
x
Reference in New Issue
Block a user