1
0
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:
Kushagra Gour
2018-11-05 22:22:26 +05:30
parent d127720a1f
commit 53193bf56b

View File

@ -24,7 +24,7 @@ export class PreviewDimension extends PureComponent {
* when its updated (code above). * when its updated (code above).
*/ */
this.hideTimer = setTimeout(() => { this.hideTimer = setTimeout(() => {
// this.setState({ isVisible: false }); this.setState({ isVisible: false });
}, HIDE_AFTER_MILLISECONDS); }, HIDE_AFTER_MILLISECONDS);
} }
render() { render() {