()
| 568 | |
| 569 | // eslint-disable-next-line consistent-return |
| 570 | public openCorrectionUi() { |
| 571 | if (this.searchObj) { |
| 572 | return this.searchObj.openCorrection().then(rerun => { |
| 573 | if (rerun) { |
| 574 | this.handlePage(); |
| 575 | } |
| 576 | }); |
| 577 | } |
| 578 | } |
| 579 | |
| 580 | private syncHandling(hoverInfo = false, undo = false) { |
| 581 | let p; |
no test coverage detected