Various small fixes

This commit is contained in:
Pieter Vander Vennet 2021-11-09 18:41:20 +01:00
parent 261cde3e28
commit 1af5e44ad4
6 changed files with 176 additions and 20 deletions

View file

@ -55,7 +55,7 @@ export default class ScrollableFullScreen extends UIElement {
if (!isShown.data) {
return;
}
if (hash === undefined || hash === "") {
if (hash === undefined || hash === "" || hash !== hashToShow) {
isShown.setData(false)
}
})