mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
Merge branch 'master' into enhance/graph-parser-part-four
This commit is contained in:
@@ -146,6 +146,8 @@
|
||||
:electron/user-cfgs nil
|
||||
|
||||
;; mobile
|
||||
:mobile/show-action-bar? false
|
||||
:mobile/actioned-block nil
|
||||
:mobile/show-toolbar? false
|
||||
;;; toolbar icon doesn't update correctly when clicking after separate it from box,
|
||||
;;; add a random in (<= 1000000) to observer its update
|
||||
@@ -175,7 +177,7 @@
|
||||
:plugin/updates-downloading? false
|
||||
:plugin/updates-unchecked #{}
|
||||
:plugin/navs-settings? true
|
||||
:plugin/focused-settings nil ;; plugin id
|
||||
:plugin/focused-settings nil ;; plugin id
|
||||
|
||||
;; pdf
|
||||
:pdf/current nil
|
||||
@@ -857,7 +859,10 @@
|
||||
(util/set-change-value input content))
|
||||
|
||||
(when move-cursor?
|
||||
(cursor/move-cursor-to input pos))))))))
|
||||
(cursor/move-cursor-to input pos))
|
||||
|
||||
(when (or (util/mobile?) (mobile-util/native-platform?))
|
||||
(set-state! :mobile/show-action-bar? false))))))))
|
||||
|
||||
(defn clear-edit!
|
||||
[]
|
||||
|
||||
Reference in New Issue
Block a user