mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Card Details Popup close, list moved to top -> fixed
This commit is contained in:
parent
fdf40f4584
commit
a72f1ae8de
2 changed files with 5 additions and 5 deletions
|
|
@ -23,7 +23,7 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
|
||||
onlyShowCurrentCard() {
|
||||
return Utils.isMiniScreen() && Utils.getCurrentCardId();
|
||||
return Utils.isMiniScreen() && Utils.getCurrentCardId(true);
|
||||
},
|
||||
|
||||
goHome() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue