Miki
Miki
@mgagliardo91 Maybe you can store reverse deltas instead? Instead of diffMain(a, b) you could do diffMain(b, a)
You can improve performance a bit more by throttling: ``` var throttle = true; element.on('dragover', function(event) { if (throttle) { throttle = false; event = event.originalEvent || event; ... ent.addClass("dndDragover");...
Hi @kentindell is the 1.20 build available somewhere?
.docx or .html exports would be great. @jikkai @wanlitao Does Univer Doc support any kind of export to any format?
@jikkai @wanlitao Would you ever consider offering an HTML view? It would be very useful for apps that need a “preview” without all the editor tools, specially for Univer Docs.