feat: show shape links on hovering

This commit is contained in:
Peng Xiao
2022-11-22 17:43:01 +08:00
parent 27b2de91d6
commit e5ccec389b
12 changed files with 256 additions and 89 deletions

View File

@@ -34,8 +34,7 @@
(block/breadcrumb {:preview? true}
(state/get-current-repo)
(uuid (gobj/get props "blockId"))
{:end-separator? true
:level-limit (gobj/get props "levelLimit" 3)}))
{:level-limit (gobj/get props "levelLimit" 3)}))
(rum/defc page-name-link
[props]