mirror of
https://github.com/mue/mue.git
synced 2026-07-20 15:34:10 +02:00
perf: further improve performance
This commit is contained in:
@@ -19,7 +19,7 @@ export default class View extends React.PureComponent {
|
||||
|
||||
viewStuff() {
|
||||
// elements to hide
|
||||
const elements = ['#searchBar', '.navbar-container', '.clock', '.greeting', '.quotediv', 'time'];
|
||||
const elements = ['.searchBar', '.navbar-container', '.clock', '.greeting', '.quotediv', 'time'];
|
||||
|
||||
elements.forEach((element) => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user