Skip to content

Commit 0ece595

Browse files
committed
fix(mobile): quick capture website
fixes logseq/db-test#508
1 parent 833f591 commit 0ece595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/frontend/mobile/intent.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
(handle-payload-resource resource format))
231231
resources))
232232
(p/then (partial string/join "\n")))]
233-
(when (not-empty text)
233+
(when (or (not-empty text) (not-empty rich-content))
234234
(let [time (date/get-current-time)
235235
date-ref-name (date/today)
236236
content (-> template

0 commit comments

Comments
 (0)