fix: clicking block bullets in portal

This commit is contained in:
Peng Xiao
2022-09-28 22:46:30 +08:00
parent 52b81c809c
commit 2ffbaa3fa1
2 changed files with 16 additions and 7 deletions

View File

@@ -197,11 +197,11 @@
(db-utils/transact! [tx])
uuid))
(defn inside-whiteboard-portal-container
(defn inside-portal
[target]
(dom/closest target ".tl-logseq-cp-container"))
(defn closest-whiteboard-shape-id
(defn closest-shape
[target]
(when-let [shape-el (dom/closest target "[data-shape-id]")]
(.getAttribute shape-el "data-shape-id")))