hackmdio / codimd

CodiMD - Realtime collaborative markdown notes on all platforms.
https://hackmd.io/c/codimd-documentation
GNU Affero General Public License v3.0
9.22k stars 1.05k forks source link

Undo image upload results in "Uploading file..." #155

Open nielsAD opened 8 years ago

nielsAD commented 8 years ago

Adding an image to the document (either through drag-and-drop or through the imgur upload button) results in ![Uploading file..._random]() being added to the document. After the upload is finished, this is replaced by the actual URL. Performing an undo action after successful upload shows the ![Uploading file..._random]() text again. Ideally, this text should not be shown on undo.

jackycute commented 8 years ago

That's right, will fix this soon.

jackycute commented 8 years ago

I was trying to solve this issue and found this is related to OT (collaborate syncing) and undo redo stacks. So will take longer time.

UndiMeSMarcel commented 4 years ago

I still have the same issue. Is there any solution in progress?