mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-10 08:26:19 +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).
|
* 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() {
|
||||||
|
Reference in New Issue
Block a user