Share feedback, ideas and get community help

N
P
B
N
B

Infinite spinner when uploading an image

Last updated last week
B
Brad

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.

N
Nathan Hur
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
N
Nathan Hur

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!