()
| 460 | }, |
| 461 | |
| 462 | abort() { |
| 463 | if (globalThis.isVimiumHelpDialogPage) throw new Error("This should be impossible."); |
| 464 | if (this.isShowing()) { |
| 465 | return this.helpUI.hide(false); |
| 466 | } |
| 467 | }, |
| 468 | |
| 469 | async toggle(request) { |
| 470 | // If we're in the help dialog page already and the user has typed a key to show the help |