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:
parent
a6507db992
commit
035a2fc1e6
10 changed files with 29 additions and 24 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue