|
|
@@ -2845,7 +2845,8 @@
|
|
|
(remove (fn [t]
|
|
|
(or (ldb/inline-tag? (:block/raw-title block) 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))))))
|
|
|
popup-opts {:align :end
|
|
|
:content-props {:on-click (fn [] (shui/popup-hide!))
|
|
|
:class "w-60"}}
|