Skip to content
This repository was archived by the owner on Aug 24, 2019. It is now read-only.

Commit 366a336

Browse files
committed
add msgstack
1 parent 8385f87 commit 366a336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MsgStack/MsgStack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class MsgStack extends Component {
4747
}
4848

4949
componentWillReceiveProps(nextProps) {
50-
this.checkItemsInterval();
50+
setTimeout(this.checkItemsInterval, 200);
5151
}
5252

5353
render() {

0 commit comments

Comments
 (0)