mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
fix: typo in reactive text (#9260)
This commit is contained in:
@@ -160,7 +160,7 @@ export class Text {
|
||||
'Failed to insert text! Index or length out of range, index: ' +
|
||||
index +
|
||||
', length: ' +
|
||||
length +
|
||||
content.length +
|
||||
', text length: ' +
|
||||
this._yText.length
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user