1
0
Fork 0
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:
Andrew Simachev 2025-06-06 17:47:06 +02:00
parent b2a7ec7baf
commit 2f9f2f541b
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF

View file

@ -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;