Merge pull request #5580 from NadavTasher/bugfix/add-missing-semicolon

Add missing semicolon in keyboard.js
This commit is contained in:
Lauri Ojansivu 2024-11-18 03:24:28 +02:00 committed by GitHub
commit dfcdb1994b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -226,7 +226,7 @@ Mousetrap.bind('n', evt => {
const card = ReactiveCache.getCard(cardId);
// Find the button and click it
$(`#js-list-${card.listId} .list-body .minicards .open-minicard-composer`).click()
$(`#js-list-${card.listId} .list-body .minicards .open-minicard-composer`).click();
// We should prevent scrolling in card when spacebar is clicked
// This should do it according to Mousetrap docs, but it doesn't