mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
remove debug print. Address comments
This commit is contained in:
@@ -154,8 +154,6 @@
|
||||
[target]
|
||||
(let [user-defined-tags (get-in (state/get-config)
|
||||
[:mobile :gestures/disabled-in-block-with-tags])]
|
||||
(prn (some #(.closest target (util/format "[data-refs-self*=%s]" %))
|
||||
user-defined-tags))
|
||||
(or (.closest target ".dsl-query")
|
||||
(.closest target ".drawer")
|
||||
(some #(.closest target (util/format "[data-refs-self*=%s]" %))
|
||||
|
||||
Reference in New Issue
Block a user