chore: hide portal icons

This commit is contained in:
Konstantinos Kaloutas
2022-10-12 20:58:06 +03:00
committed by Tienson Qin
parent 1951994995
commit b536e78ec0
4 changed files with 4 additions and 13 deletions

View File

@@ -2494,7 +2494,7 @@
(rum/defc breadcrumb-separator [] [:span.mx-2.opacity-50 "➤"])
(defn breadcrumb
[config repo block-id {:keys [show-page? indent? level-limit _navigating-block]
[config repo block-id {:keys [show-page? indent? end-separator? level-limit _navigating-block]
:or {show-page? true
level-limit 3}
:as opts}]
@@ -2541,7 +2541,7 @@
" my-2")
(when indent?
" ml-4")))}
breadcrumb]))))
breadcrumb (when end-separator? (breadcrumb-separator))]))))
(defn- block-drag-over
[event uuid top? block-id *move-to]