()
| 36 | } |
| 37 | |
| 38 | isHeaderNotVisible () { |
| 39 | const rect = this.header.getBoundingClientRect() |
| 40 | return rect.bottom <= 0 || rect.top >= window.innerHeight |
| 41 | } |
| 42 | |
| 43 | showButtons ({ animate } = { animate: true }) { |
| 44 | if (animate) { |
no outgoing calls
no test coverage detected