regressed in fdbfb235
This commit is contained in:
tophf 2021-02-10 19:47:07 +03:00
parent 83adc5aa1e
commit 75db3601d0

View File

@ -154,7 +154,7 @@ const Events = {
};
window.on('keydown', box._onkeydown);
moveFocus(box, 0);
Events.hideModal(oldBox);
if (oldBox) Events.hideModal(oldBox);
},
async toggleState(event) {