Verified Commit c9ced83e authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3371844 by Chi, kostyashupenko, yash.rode, djsagar, narendraR,...

Issue #3371844 by Chi, kostyashupenko, yash.rode, djsagar, narendraR, smustgrave, marcoliver, bnjmnm, lauriii: Clicking X in input type search on module page on chrome does nothing
parent cb123cf5
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@
        $details = $rowsAndDetails.filter('.package-listing');

        $(input).on({
          keyup: debounce(filterModuleList, 200),
          input: debounce(filterModuleList, 200),
          keydown: preventEnterKey,
        });
      }