()
| 537 | } |
| 538 | |
| 539 | exit() { |
| 540 | super.exit(); |
| 541 | DomUtils.removeElement(this.hintContainerEl); |
| 542 | if (document.activeElement && DomUtils.isEditable(document.activeElement)) { |
| 543 | return new InsertMode({ |
| 544 | singleton: "post-find-mode/focus-input", |
| 545 | targetElement: document.activeElement, |
| 546 | indicator: false, |
| 547 | }); |
| 548 | } |
| 549 | } |
| 550 | } |
| 551 | |
| 552 | globalThis.NormalMode = NormalMode; |