This commit is contained in:
Yueyu 2021-12-09 17:30:28 +08:00
parent a660eb597b
commit 36a4a325f2

View file

@ -81,7 +81,7 @@ export default class Lobby {
}
};
gn('blockstab').onclick = function () {
if (gn('booktab').className != 'tab on') {
if (gn('blockstab').className != 'tab on') {
Lobby.setSubMenu('blocks');
}
};