mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-10 16:46:28 +02:00
PreviewDimensions: uncomment accidently commented code
This commit is contained in:
@ -24,7 +24,7 @@ export class PreviewDimension extends PureComponent {
|
||||
* when its updated (code above).
|
||||
*/
|
||||
this.hideTimer = setTimeout(() => {
|
||||
// this.setState({ isVisible: false });
|
||||
this.setState({ isVisible: false });
|
||||
}, HIDE_AFTER_MILLISECONDS);
|
||||
}
|
||||
render() {
|
||||
|
Reference in New Issue
Block a user