mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 14:43:56 +00:00
fix(ui): correct on-click handler syntax for dropdown menu item
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
(when (state/enable-flashcards?)
|
||||
(shui/dropdown-menu-item
|
||||
{:key "Make a Card"
|
||||
:on-click (fsrs/batch-make-cards!)}
|
||||
:on-click #(fsrs/batch-make-cards!)}
|
||||
(t :context-menu/make-a-flashcard)))
|
||||
|
||||
(shui/dropdown-menu-item
|
||||
|
||||
Reference in New Issue
Block a user