(options = {})
| 12268 | }); |
| 12269 | } |
| 12270 | decreaseScale(options = {}) { |
| 12271 | this.updateScale({ |
| 12272 | ...options, |
| 12273 | steps: -(options.steps ?? 1) |
| 12274 | }); |
| 12275 | } |
| 12276 | #updateContainerHeightCss(height = this.container.clientHeight) { |
| 12277 | if (height !== this.#previousContainerHeight) { |
| 12278 | this.#previousContainerHeight = height; |
no test coverage detected