(winBounds: Rectangle)
| 211 | } |
| 212 | |
| 213 | positionTabOffScreen(winBounds: Rectangle) { |
| 214 | this.setBounds({ |
| 215 | x: -15000, |
| 216 | y: -15000, |
| 217 | width: winBounds.width, |
| 218 | height: winBounds.height, |
| 219 | }); |
| 220 | } |
| 221 | |
| 222 | isOnScreen() { |
| 223 | const bounds = this.getBounds(); |