Card Details Popup close, list moved to top -> fixed

This commit is contained in:
Martin Filser 2021-10-20 12:00:38 +02:00
parent fdf40f4584
commit a72f1ae8de
2 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@ BlazeComponent.extendComponent({
},
onlyShowCurrentCard() {
return Utils.isMiniScreen() && Utils.getCurrentCardId();
return Utils.isMiniScreen() && Utils.getCurrentCardId(true);
},
goHome() {