Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit b02f968

Browse files
committed
clean
1 parent d4003e5 commit b02f968

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/components/Table.tsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -330,18 +330,6 @@ export function Table(tableData: TableDataType) {
330330
key={`${headerGroup.id}-${headerGroupIndex}`}
331331
className={`${c("tr header-group")}`}
332332
>
333-
{/* TODO manage context with documentFragment in any way to fix DnD conflict with Obsidian */}
334-
{/* <DndProvider
335-
key={`${headerGroup.id}-${headerGroupIndex}-dnd-provider`}
336-
debugMode={globalConfig.enable_debug_mode}
337-
backend={HTML5Backend}
338-
context={
339-
(globalConfig.enable_debug_mode,
340-
globalConfig.enable_dnd
341-
? activeWindow
342-
: activeDocument.createElement("div"))
343-
}
344-
> */}
345333
{headerGroup.headers
346334
.filter(
347335
(o: Header<RowDataType, TableColumn>) =>
@@ -362,7 +350,6 @@ export function Table(tableData: TableDataType) {
362350
/>
363351
)
364352
)}
365-
{/* </DndProvider> */}
366353
{headerGroup.headers
367354
.filter(
368355
(o: Header<RowDataType, TableColumn>) =>

0 commit comments

Comments
 (0)