mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
feat(core): add new bs dnd adapter (#9717)
This commit is contained in:
@@ -180,7 +180,11 @@ export const ExplorerTreeNode = ({
|
||||
>
|
||||
<div className={styles.contentContainer} data-open={!collapsed}>
|
||||
{to ? (
|
||||
<LinkComponent to={to} className={styles.linkItemRoot}>
|
||||
<LinkComponent
|
||||
to={to}
|
||||
className={styles.linkItemRoot}
|
||||
draggable={false}
|
||||
>
|
||||
{content}
|
||||
</LinkComponent>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user