mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 09:20:12 +01:00
Add missing semicolon
This commit is contained in:
parent
0b2cdc4d56
commit
d0024d397a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue