mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
fix(android): disable image resize on sm screen
This commit is contained in:
@@ -276,7 +276,7 @@
|
||||
(let [size (get state ::size)]
|
||||
(ui/resize-provider
|
||||
(ui/resize-consumer
|
||||
(if-not (mobile-util/native-ios?)
|
||||
(if (not (mobile-util/native-platform?))
|
||||
(cond->
|
||||
{:className "resize image-resize"
|
||||
:onSizeChanged (fn [value]
|
||||
|
||||
Reference in New Issue
Block a user