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:
Julian Descottes 2023-04-06 14:49:50 +00:00
parent bbe0a46e89
commit e0156aba7c

View file

@ -19,6 +19,8 @@ class InputModule extends Module {
this.#actionState = null;
}
destroy() {}
async performActions(options) {
const { actions } = options;
if (this.#actionState === null) {