()
| 340 | } |
| 341 | |
| 342 | removePreview() { |
| 343 | if (this.showPreviewTimeout) { |
| 344 | Utils.timeout_remove(this.showPreviewTimeout); |
| 345 | this.showPreviewTimeout = null; |
| 346 | } |
| 347 | |
| 348 | if (this.clone) { |
| 349 | this.clone.destroy(); |
| 350 | this.clone = null; |
| 351 | } |
| 352 | } |
| 353 | |
| 354 | /** |
| 355 | * Shows the window preview in from the side it was triggered on. |
no test coverage detected