feat: Intra-line double link interaction

This commit is contained in:
xiaodong zuo
2022-08-19 05:23:25 +08:00
parent 919e0d08d5
commit a58825dd2f
3 changed files with 195 additions and 197 deletions
@@ -57,7 +57,9 @@ export const CommonList = (props: MenuItemsProps) => {
>
{usedItems?.length ? (
usedItems.map((item, idx) => {
if (item.block) {
if (item.renderCustom) {
return item.renderCustom(item);
} else if (item.block) {
return (
<BlockPreview
className={clsx(