1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00

Fix some document deletion bugs

This commit is contained in:
mcrakhman 2022-11-12 22:55:12 +01:00 committed by Mikhail Iudin
parent a6507db992
commit 035a2fc1e6
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0
10 changed files with 29 additions and 24 deletions

View file

@ -106,7 +106,3 @@ func (t *textDocument) Text() (text string, err error) {
func (t *textDocument) TreeDump() string {
return t.TreeDump()
}
func (t *textDocument) Close() error {
return nil
}