From 4b7c058a252b3f064d7508a70f4e783765921eea Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 13 Feb 2019 21:37:56 +0200 Subject: [PATCH] Remove unneeded ESLint suppression. --- js/src/dropdown.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/src/dropdown.js b/js/src/dropdown.js index 8f3f8dd895..90006c66d3 100644 --- a/js/src/dropdown.js +++ b/js/src/dropdown.js @@ -448,7 +448,6 @@ class Dropdown { return parent || element.parentNode } - // eslint-disable-next-line complexity static _dataApiKeydownHandler(event) { // If not input/textarea: // - And not a key in REGEXP_KEYDOWN => not a dropdown command