(findMode = null)
| 87 | }, |
| 88 | |
| 89 | async showFindMode(findMode = null) { |
| 90 | this.findMode = findMode; |
| 91 | await DomUtils.documentComplete(); |
| 92 | await this.init(); |
| 93 | this.hudUI.show({ name: "showFindMode" }); |
| 94 | this.tween.fade(1.0, 150); |
| 95 | }, |
| 96 | |
| 97 | search(data) { |
| 98 | // NOTE(mrmr1993): On Firefox, window.find moves the window focus away from the HUD. We use |