This commit is contained in:
Koen Lageveen 2021-04-22 20:37:01 +02:00 committed by GitHub
parent 81aeccc342
commit 95ec7d446e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ window.addEventListener('DOMContentLoaded', function() {
applyFilters(); applyFilters();
}; };
document.querySelector('.select-list').addEventListener('keydown', function() { document.querySelector('.select-list').onkeyup = function(event) {
if (event.ctrlKey || event.altKey || event.metaKey || event.shiftKey) { if (event.ctrlKey || event.altKey || event.metaKey || event.shiftKey) {
return; return;
} }