()
| 6 | private isScrollbarWillShow = true |
| 7 | |
| 8 | constructor() { |
| 9 | this.createScrollbar(); |
| 10 | this.updateThumb(); |
| 11 | this.addCustomStyles() |
| 12 | } |
| 13 | |
| 14 | private addCustomStyles() { |
| 15 | const style = document.createElement('style'); |
nothing calls this directly
no test coverage detected