()
| 350 | } |
| 351 | |
| 352 | close() { |
| 353 | this.manageFocusAfterClose(); |
| 354 | Offcanvas.openCount = Math.max(0, Offcanvas.openCount - 1); |
| 355 | |
| 356 | document.body.style.overflow = null; |
| 357 | setScrollbarWidth(this._originalBodyPadding); |
| 358 | } |
| 359 | |
| 360 | clearBackdropAnimationTimeout() { |
| 361 | if (this._backdropAnimationTimeout) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…