Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
Remove the fr-uploading class when exporting HTML from the editor, si…
Browse files Browse the repository at this point in the history
…nce it greys out legitimate embeds
  • Loading branch information
00dani committed Oct 16, 2019
1 parent f5cb07b commit 120e652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/froala-oembed.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
.removeAttr('contenteditable')
.removeAttr('draggable')
.removeClass('fr-draggable')
.removeClass('fr-uploading')
.empty();
return $src.html();
});
Expand Down

0 comments on commit 120e652

Please sign in to comment.