You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-14 19:02:33 +03:00
committed by
GitHub
parent
bfba5e6cfe
commit
a8407c9508
@@ -116,7 +116,7 @@ type DotIProps = {
|
||||
disabled: boolean;
|
||||
}
|
||||
|
||||
class Dot extends React.Component<DotIProps> {
|
||||
class Dot extends React.PureComponent<DotIProps> {
|
||||
render(): React.ReactNode {
|
||||
let className = "mx_Slider_dot"
|
||||
if (!this.props.disabled && this.props.active) {
|
||||
|
||||
Reference in New Issue
Block a user