mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 09:56:31 +00:00
enhance(clock): support recording in repeated block // cleanup unused namespaces (#2777)
* enhance(clock): support recording in repeated block * cleanup: unused namespaces * cleanup: missing-else-branch if --> when * enhance: wider search results window for mobile browser * fix: namespace requirement
This commit is contained in:
@@ -256,7 +256,7 @@
|
||||
(distinct))
|
||||
refed-pages (map
|
||||
(fn [[k page-id]]
|
||||
(if (= k :block/refed-blocks)
|
||||
(when (= k :block/refed-blocks)
|
||||
[:page/ref-pages page-id]))
|
||||
related-keys)
|
||||
all-refed-blocks (get-current-repo-refs-keys)
|
||||
|
||||
Reference in New Issue
Block a user