()
| 581 | } |
| 582 | |
| 583 | updateVisibleMarkers() { |
| 584 | const { hintKeystrokeQueue, linkTextKeystrokeQueue } = this.markerMatcher; |
| 585 | return HintCoordinator.sendMessage("updateKeyState", { |
| 586 | hintKeystrokeQueue, |
| 587 | linkTextKeystrokeQueue, |
| 588 | tabCount: this.tabCount, |
| 589 | }); |
| 590 | } |
| 591 | |
| 592 | updateKeyState({ hintKeystrokeQueue, linkTextKeystrokeQueue, tabCount }) { |
| 593 | Object.assign(this.markerMatcher, { hintKeystrokeQueue, linkTextKeystrokeQueue }); |