mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
feat(core): add markdown preview for backlinks (#8883)
This commit is contained in:
@@ -39,7 +39,7 @@ export const PropertyCollapsibleSection = forwardRef<
|
||||
collapsed?: boolean;
|
||||
onCollapseChange?: (collapsed: boolean) => void;
|
||||
}> &
|
||||
HTMLProps<HTMLDivElement>
|
||||
Omit<HTMLProps<HTMLDivElement>, 'title'>
|
||||
>(
|
||||
(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user