|
@@ -2825,7 +2825,7 @@
|
|
|
(or (ldb/inline-tag? (:block/raw-title block) t)
|
|
(or (ldb/inline-tag? (:block/raw-title block) t)
|
|
|
(:logseq.property.class/hide-from-node t)
|
|
(:logseq.property.class/hide-from-node t)
|
|
|
(contains? hidden-internal-tags (:db/ident t))
|
|
(contains? hidden-internal-tags (:db/ident t))
|
|
|
- (and (util/mobile?) (= (:db/ident t) :logseq.class/Task))))))
|
|
|
|
|
|
|
+ (and (util/mobile?) (contains? #{:logseq.class/Task :logseq.class/Journal} (:db/ident t)))))))
|
|
|
popup-opts {:align :end
|
|
popup-opts {:align :end
|
|
|
:content-props {:on-click (fn [] (shui/popup-hide!))
|
|
:content-props {:on-click (fn [] (shui/popup-hide!))
|
|
|
:class "w-60"}}
|
|
:class "w-60"}}
|