mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-07 21:47:02 +09:00
JS-7245: fix
This commit is contained in:
parent
b2a7ec7baf
commit
2f9f2f541b
1 changed files with 1 additions and 1 deletions
|
@ -1906,7 +1906,7 @@ const EditorPage = observer(class EditorPage extends React.Component<Props, Stat
|
|||
return;
|
||||
};
|
||||
|
||||
let count = 0;
|
||||
let count = 1;
|
||||
|
||||
if (message.isSameBlockCaret) {
|
||||
id = focused;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue