Skip to content

Commit

Permalink
fix(modal): fix for issue-6683 body is scrollable if you close just o…
Browse files Browse the repository at this point in the history
…ne modal
  • Loading branch information
lexasq committed Oct 22, 2024
1 parent 1555096 commit b193157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modal/bs-modal.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export class BsModalService {
): BsModalRef<T> {
this._focusEl = document.activeElement;
this.modalsCount++;
this.lastHiddenId = undefined;
this._createLoaders();

// must be different per every show() call
Expand Down

0 comments on commit b193157

Please sign in to comment.