mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 23:07:28 +08: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:
@ -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
|
||||
|
Reference in New Issue
Block a user