GeoSot
GeoSot
> > > The solution is to remove the if block: `if (!this._isShown || this._isTransitioning) {` > > https://github.com/twbs/bootstrap/blob/b613c8dbb6c30e62adaefc669130549fd9c2e28b/js/src/modal.js#L151 or by genlty initializing `this.isShown = this._element.classList.contains(CLASS_NAME_SHOW)` .
But it is related to #33727 . Right?
As much as I want to protect us of future misleading issues related to docs examples, I would never prefer to add this dummy "silencer" as it will affect the...
> this will make the whole page scroll back. If you scrolled (data-bs-scroll=true) or used an anchor, you will "jump back" to top of page. This may be a fine...