* Fired after flipping in any direction
()
| 301 | * Fired after flipping in any direction |
| 302 | */ |
| 303 | private flipCallback(): void { |
| 304 | if (this.iterator.currentItem) { |
| 305 | this.iterator.currentItem.scrollIntoViewIfNeeded(); |
| 306 | } |
| 307 | |
| 308 | this.flipCallbacks.forEach(cb => cb()); |
| 309 | } |
| 310 | } |
no test coverage detected