mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
Global search: Card Details popup opens now in normal view even if maximized card is configured
Fixes: #4346
This commit is contained in:
parent
033a5d8186
commit
12f0c85546
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ BlazeComponent.extendComponent({
|
|||
|
||||
|
||||
cardMaximized() {
|
||||
return Meteor.user().hasCardMaximized();
|
||||
return !Utils.getPopupCardId() && Meteor.user().hasCardMaximized();
|
||||
},
|
||||
|
||||
canModifyCard() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue