Share feedback, ideas and get community help

Updated 5 months ago

Infinite spinner when uploading an image

At a glance

A community member reported an issue where an uploaded image stayed with a loading indicator and wouldn't disappear. The community members have narrowed down the issue to some code in the prosemirror-dropcursor extension that gets called after updating the node's attributes (the loading attribute, which is why it stays loading). The fix will be included in the next release.

I uploaded an image but it stayed with a loading indicator and wouldn't disappear:

Here's an error from the console:

However I think the image did actually upload correctly, because when I refreshed the page it's uploaded correctly.

Marked as solution

Hi @Brad thanks for reporting this issue. We've narrowed it down to some code in the prosemirror-dropcursor extension that gets called after we update the node's attributes (in this case, the loading attribute, which is why it stays loading). The fix will ship shortly with the next release!

View full solution
N
1 comment

Hi @Brad thanks for reporting this issue. We've narrowed it down to some code in the prosemirror-dropcursor extension that gets called after we update the node's attributes (in this case, the loading attribute, which is why it stays loading). The fix will ship shortly with the next release!