Skip to content

Commit

Permalink
chore: updated open condition in interactioncontroller
Browse files Browse the repository at this point in the history
  • Loading branch information
TarunAdobe committed Jun 25, 2024
1 parent 1290ba7 commit f3e64e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/picker/src/InteractionController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export class InteractionController implements ReactiveController {
if (this.overlay) {
// If there already is an Overlay, apply the value of `open` directly.
if (this.host.dependencyManager.loaded) {
this.overlay.willPreventClose = this.preventNextToggle !== 'no';
this.overlay.open = open;
}
this.host.open = open;
Expand Down

0 comments on commit f3e64e9

Please sign in to comment.