feat: show edit float button early

This commit is contained in:
fantasticit 2022-04-25 14:54:37 +08:00
parent a9d67dbd9f
commit 955e8a066b
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ export const DocumentReader: React.FC<IProps> = ({ documentId }) => {
}} }}
onClick={gotoEdit} onClick={gotoEdit}
target={() => window.document.querySelector('.Pane2')} target={() => window.document.querySelector('.Pane2')}
visibilityHeight={200}
> >
<IconEdit /> <IconEdit />
</BackTop> </BackTop>