mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 07:05:10 +00:00
Merge branch 'master' into gesture-support-on-block
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
[frontend.state :as state]
|
||||
[frontend.utf8 :as utf8]
|
||||
[frontend.util :as util]
|
||||
[frontend.config :as ui-config]
|
||||
[frontend.config :as config]
|
||||
[goog.dom :as gdom]
|
||||
[goog.object :as gobj]
|
||||
[rum.core :as rum]))
|
||||
@@ -238,7 +238,7 @@
|
||||
(when-let [block-id (:block/uuid config)]
|
||||
(let [block (db/pull [:block/uuid block-id])]
|
||||
(editor-handler/edit-block! block :max block-id))))}}
|
||||
(when ui-config/publishing?
|
||||
(when config/publishing?
|
||||
{:readOnly true
|
||||
:cursorBlinkRate -1}))
|
||||
editor (when textarea
|
||||
|
||||
Reference in New Issue
Block a user