@@ -47,6 +47,7 @@
(cond
presenting?
(when (mobile-state/quick-add-open?)
+ (mobile-util/mobile-focus-hidden-input)
(editor-handler/quick-add-open-last-block!))
dismissing?
@@ -19,7 +19,7 @@
(quick-add/quick-add))
{:id :ls-quick-add
;; large height to avoid layout shift
- :default-height 740}))
+ :default-height 750}))
(defmethod events/handle :mobile/start-audio-record [_]
(recorder/record! {:save-to-today? true}))