Skip to content

Commit

Permalink
work for #8610 Dropdown - Display a popup regardless of a device scre…
Browse files Browse the repository at this point in the history
…en dimension
  • Loading branch information
OlgaLarina committed Jul 31, 2024
1 parent 96c34d3 commit 29bd160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions visualRegressionTests/tests/defaultV2/popup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function addActionsWithOverlayPopupShortList(_, opt) {
{ title: "Overlay with title", showTitle: true },
{ items: items, displayMode: "overlay", title: "Title" }
);
overlayWithTypePopupAction.popupModel.overlayDisplayMode = "overlay";
overlayWithTypePopupAction.popupModel.overlayDisplayMode = "plain";
opt.titleActions = [overlayPopupAction, overlayWithTypePopupAction];
}

Expand All @@ -187,7 +187,7 @@ function addActionsWithOverlayPopupLongList(_, opt) {
{ title: "Overlay with title", showTitle: true, },
{ items: items, displayMode: "overlay", title: "Title" }
);
overlayWithTypePopupAction.popupModel.overlayDisplayMode = "overlay";
overlayWithTypePopupAction.popupModel.overlayDisplayMode = "plain";
opt.titleActions = [overlayPopupAction, overlayWithTypePopupAction];
}

Expand Down

0 comments on commit 29bd160

Please sign in to comment.