da-h / AirLatex.vim

Overleaf / ShareLatex in Vim
MIT License
79 stars 8 forks source link

overleaf/document-updated applies wrong position #18

Closed da-h closed 4 years ago

da-h commented 4 years ago

Example document:

123
456
789

server changes to:

123
abc
456
789

client changes to:

123
ghi
abc
456
789

However, web client receives:

123
g
hiabc
456
789

=> Evaluate why the position is wrong on the web client site.

da-h commented 4 years ago

Resolved as of 4f95fe6.