diff --git a/src/content/functions/inputToken.js b/src/content/functions/inputToken.js index d71df38..33b88be 100644 --- a/src/content/functions/inputToken.js +++ b/src/content/functions/inputToken.js @@ -17,7 +17,7 @@ // along with this program. If not, see // -/* global Event, KeyboardEvent */ +/* global Event, KeyboardEvent, InputEvent */ const delay = require('../../partials/delay'); const getTabData = require('./getTabData'); const clickSubmit = require('./clickSubmit');