Add change for assumed future API shape

This commit is contained in:
Peter White
2026-03-23 09:04:11 +01:00
parent 1458b8dea0
commit cd48a074f7
@@ -46,10 +46,7 @@ export function Table(props: BlockProps<DocumentBlockTable>) {
};
const withHeader = hasVisibleHeader(block, block.data.view);
const withStickyHeader =
withHeader &&
context.mode !== 'print' &&
'stickyHeader' in block.data.view &&
block.data.view.stickyHeader === true;
withHeader && context.mode !== 'print' && block.data.view.stickyHeader === true;
if (withStickyHeader) {
return (