mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 11:07:52 +08:00
Spinner 没有用 transition 之类的不用强制重绘
This commit is contained in:
parent
0c0bd43c5e
commit
9a0beb755e
@ -47,7 +47,7 @@ export class Spinner extends React.Component<SpinnerProps, object> {
|
||||
// force reflow
|
||||
// 由于从 mount 进来到加上 in 这个 class 估计是时间太短,上次的样式还没应用进去,所以这里强制reflow一把。
|
||||
// 否则看不到动画。
|
||||
this.div.current!.offsetWidth;
|
||||
// this.div.current!.offsetWidth;
|
||||
this.overlay.current && this.overlay.current.offsetWidth;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user