From d5c2dedabe67a1cbca70c87621ad13614ccd232a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 18 Mar 2021 20:35:42 +0200 Subject: [PATCH] Update dropdown.js --- js/src/dropdown.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/src/dropdown.js b/js/src/dropdown.js index 1af62b02b3aa..52b7b98d83c1 100644 --- a/js/src/dropdown.js +++ b/js/src/dropdown.js @@ -376,7 +376,6 @@ class Dropdown extends BaseComponent { }) } - // eslint-disable-next-line complexity static clearMenus(event) { if (event && (event.button === RIGHT_MOUSE_BUTTON || (event.type === 'keyup' && event.key !== TAB_KEY))) { return