Polish threads misalignments and UI diversion (#7209)
This commit is contained in:
parent
f5d32345f4
commit
3a2aa9d96c
3 changed files with 31 additions and 52 deletions
|
@ -507,7 +507,7 @@ class TimelinePanel extends React.Component<IProps, IState> {
|
|||
// (and user is active), switch timeout
|
||||
const timeout = this.readMarkerTimeout(rmPosition);
|
||||
// NO-OP when timeout already has set to the given value
|
||||
this.readMarkerActivityTimer.changeTimeout(timeout);
|
||||
this.readMarkerActivityTimer?.changeTimeout(timeout);
|
||||
}, READ_MARKER_DEBOUNCE_MS, { leading: false, trailing: true });
|
||||
|
||||
private onAction = (payload: ActionPayload): void => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue