feat(core): auto select block when jump to block (#4858)

Co-authored-by: Peng Xiao <pengxiao@outlook.com>
This commit is contained in:
JimmFly
2023-11-10 11:02:56 +08:00
committed by GitHub
parent f1e32aab66
commit 1fe5a0fffa
10 changed files with 199 additions and 185 deletions

View File

@@ -70,7 +70,6 @@ export const Component = (): ReactElement => {
isPublic
workspace={page.workspace}
pageId={page.id}
onInit={noop}
onLoad={useCallback(() => noop, [])}
/>
</MainContainer>