fix comment

This commit is contained in:
GQ
2023-07-31 15:05:33 +08:00
committed by GitHub
parent 5ee6992d1f
commit 7bdf94167a

View File

@@ -1033,7 +1033,7 @@ doc.transact(() => {
ytext.insert(0, 'abc')
}, 41)
undoManager.undo()
ytext.toString() // => '' (not tracked because 41 is not an instance of
ytext.toString() // => 'abc' (not tracked because 41 is not an instance of
// `trackedTransactionorigins`)
ytext.delete(0, 3) // revert change