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

Commit 59ea10e

Browse files
committed
parent markdown lifecycle
1 parent 12a4def commit 59ea10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Cell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default function DefaultCell(cellProperties: Cell) {
5959
contextValue.value,
6060
containerCellRef.current,
6161
note.getFile().path,
62-
null
62+
(cellProperties as any).initialState.view
6363
);
6464
}
6565
}, [dirtyCell]);

0 commit comments

Comments
 (0)