Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfeng33 committed Jan 11, 2025
1 parent 57f5996 commit 2f05b21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/lib/plugins/html/utils/getDataNodeProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ const getDefaultNodeProps = ({
//eslint-disable-next-line
if (value === undefined) return;

console.log('🚀 ~ Object.entries ~ value:', value);

dataAttributes[attributeKey] = value;
}
});
Expand Down
1 change: 0 additions & 1 deletion packages/table/src/lib/BaseTablePlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export const BaseTablePlugin = createTSlatePlugin<TableConfig>({
extendEditor: withTable,
node: {
isElement: true,
toDataAttributes: ['colSizes', 'marginLeft'],
},
options: {
_cellIndices: new WeakMap(),
Expand Down

0 comments on commit 2f05b21

Please sign in to comment.