mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
enhance(iOS): disable webview resize
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
[ok-handler]
|
||||
(let [path-handles (atom {})
|
||||
electron? (util/electron?)
|
||||
mobile-native? (mobile-util/is-native-platform?)
|
||||
mobile-native? (mobile-util/native-platform?)
|
||||
nfs? (and (not electron?)
|
||||
(not mobile-native?))
|
||||
*repo (atom nil)]
|
||||
@@ -277,7 +277,7 @@
|
||||
handle-path (str config/local-handle-prefix dir-name)
|
||||
path-handles (atom {})
|
||||
electron? (util/electron?)
|
||||
mobile-native? (mobile-util/is-native-platform?)
|
||||
mobile-native? (mobile-util/native-platform?)
|
||||
nfs? (and (not electron?)
|
||||
(not mobile-native?))]
|
||||
(when re-index?
|
||||
|
||||
Reference in New Issue
Block a user