Open FaFre opened 1 year ago
I stumbled upon this today again. @freshtechtips do you have a hint for me?
I stumbled upon this today again. @freshtechtips do you have a hint for me?
Thank you for the report
Honestly, I don't think I'm able to address this issue for now as the todos are quite big and I need quite a few months before start on this, but I will add it to the todos
@FaFre does this issue still persists?
I'm struggling to display a
diff
I obtained from twoDelta
s:Produces:
I tried to load those changes via
Document.fromDelta
as well withDocument()..compose()
. But in both cases there are some newline validations failing. It looks likeDocument.fromDelta
is also only accepting inserts, but the diff produces deletes too.Did anyone figure a way how to display diffs?