#1570 InputEvent global added

This commit is contained in:
GrzegorzZajac000 2024-07-03 18:39:39 +02:00
parent b2d1fe8a00
commit 8aa3a2d63f

View File

@ -17,7 +17,7 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>
//
/* global Event, KeyboardEvent */
/* global Event, KeyboardEvent, InputEvent */
const delay = require('../../partials/delay');
const getTabData = require('./getTabData');
const clickSubmit = require('./clickSubmit');