mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
fix syntax error in index.es6
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
parent
20e33e9c38
commit
5c24b04c65
|
|
@ -80,7 +80,7 @@ const vmMirList = new Vue({
|
|||
},
|
||||
refreshMirrorList() {
|
||||
// do nothing if the tab is not visible
|
||||
if (document.hidden ?? false) {
|
||||
if (document.hidden === true) {
|
||||
return;
|
||||
}
|
||||
const self = this;
|
||||
|
|
|
|||
Loading…
Reference in New Issue