Merge branch 'master' into gesture-support-on-block

This commit is contained in:
llcc
2022-05-23 22:07:36 +08:00
committed by GitHub
162 changed files with 3925 additions and 3097 deletions

View File

@@ -12,8 +12,8 @@
[frontend.modules.outliner.transaction :as outliner-tx]
[frontend.state :as state]
[frontend.util :as util]
[goog.dom :as gdom]))
[goog.dom :as gdom]
[logseq.graph-parser.block :as gp-block]))
;; Fns
@@ -89,7 +89,7 @@
[block typ]
(walk-block block
(fn [x]
(and (block/timestamp-block? x)
(and (gp-block/timestamp-block? x)
(= typ (first (second x)))))
#(second (second %))))