mirror of
https://github.com/mue/mue.git
synced 2026-07-18 14:34:12 +02:00
feat: hot reload for clock and greeting
This commit is contained in:
@@ -96,6 +96,9 @@ export default class Clock extends React.PureComponent {
|
||||
return element.style.display = 'none';
|
||||
}
|
||||
|
||||
this.timer = null;
|
||||
this.startTime(0);
|
||||
|
||||
element.style.display = 'block';
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user