mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Merge pull request #4352 from mfilser/card_details_popup_not_maximized
Global search: Card Details popup opens now in normal view even if maximized card is configured
This commit is contained in:
commit
ea658842a2
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