2
0
Nadav Tasher 7 сар өмнө
parent
commit
d0024d397a

+ 1 - 1
client/lib/keyboard.js

@@ -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