mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
fix(iOS): image display error
This commit is contained in:
@@ -262,10 +262,8 @@
|
||||
(when (or granted? (util/electron?) (mobile/is-native-platform?))
|
||||
(p/then (editor-handler/make-asset-url href) #(reset! src %)))
|
||||
|
||||
(if (mobile-util/native-ios?)
|
||||
[:span full_text]
|
||||
(when @src
|
||||
(resizable-image config title @src metadata full_text true)))))
|
||||
(when @src
|
||||
(resizable-image config title @src metadata full_text true))))
|
||||
|
||||
(defn ar-url->http-url
|
||||
[href]
|
||||
|
||||
Reference in New Issue
Block a user