fix(core): do not show starter bar for doc in history modal (#10107)

This commit is contained in:
CatsJuice
2025-02-13 06:15:09 +00:00
parent d3e0cd1369
commit 39182b5fc6
2 changed files with 30 additions and 0 deletions

View File

@@ -139,6 +139,7 @@ const HistoryEditorPreview = ({
className={styles.editor}
mode={mode}
page={snapshotPage}
readonly={true}
/>
</CustomEditorWrapper>
</Scrollable.Viewport>