fix: preserve cursor position on code editor saves (#683)
This commit is contained in:
parent
7a25f953c7
commit
c5a57fd7a8
3 changed files with 5 additions and 3 deletions
|
|
@ -145,6 +145,7 @@ const PureHitboxLayer = ({
|
|||
? { ...block, isVisible: true }
|
||||
: {
|
||||
...block,
|
||||
title: result.title,
|
||||
documentId: result.id,
|
||||
kind: result.kind,
|
||||
isVisible: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue