This commit is contained in:
2026-01-16 03:30:00 +01:00
parent 84134f4765
commit 388a4b6d6f

View File

@@ -173,12 +173,6 @@
},
}),
view: BaseView,
isComponent: (el) => {
if (el.tagName === 'TABLE' && el.getAttribute('data-bridge-table')) {
return { type: 'bridge-table' };
}
return '';
},
});
}