mirror of
https://github.com/mue/mue.git
synced 2026-07-16 13:34:03 +02:00
fix: background hot reload, settings issue, remove navbar hover setting
This commit is contained in:
@@ -299,7 +299,10 @@ export default class Background extends React.PureComponent {
|
||||
document.getElementById('backgroundVideo').style.display = 'block';
|
||||
} else {
|
||||
if (this.state.photoInfo.hidden === false) {
|
||||
document.querySelector('.photoInformation').style.display = 'block';
|
||||
// fix bug
|
||||
try {
|
||||
document.querySelector('.photoInformation').style.display = 'block';
|
||||
} catch (e) {}
|
||||
}
|
||||
|
||||
element.style.display = 'block';
|
||||
|
||||
Reference in New Issue
Block a user