فهرست منبع

chore: anonymous fn style

Tienson Qin 4 سال پیش
والد
کامیت
da10a02e1f
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/main/frontend/extensions/srs.cljs

+ 2 - 1
src/main/frontend/extensions/srs.cljs

@@ -490,7 +490,8 @@
                                       :shortcut   "f"
                                       :id         "card-forgotten"
                                       :background "red"
-                                      :on-click   #((score-and-next-card 1 card card-index cards phase review-records cb)
+                                      :on-click   (fn []
+                                                    (score-and-next-card 1 card card-index cards phase review-records cb)
                                                     (let [tomorrow (tc/to-string (t/plus (t/today) (t/days 1)))]
                                                       (editor-handler/set-block-property! root-block-id card-next-schedule-property tomorrow)))})