forked from mirrors/gecko-dev
Bug 1826706 - [bidi] Add missing destroy in windowglobal input module r=webdriver-reviewers,whimboo
Depends on D174847 Bug 1826705 was filed to discuss about the issue around missing destroy implementations. Differential Revision: https://phabricator.services.mozilla.com/D174849
This commit is contained in:
parent
bbe0a46e89
commit
e0156aba7c
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ class InputModule extends Module {
|
|||
this.#actionState = null;
|
||||
}
|
||||
|
||||
destroy() {}
|
||||
|
||||
async performActions(options) {
|
||||
const { actions } = options;
|
||||
if (this.#actionState === null) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue