mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
parent
3b059d5829
commit
6c579f6a6f
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ var PostSettingsMenuController = Ember.ObjectController.extend({
|
|||
// Get rendered markdown
|
||||
if (el !== undefined && el.length > 0) {
|
||||
html = el.clone();
|
||||
html.find('.image-uploader').remove();
|
||||
html.find('.js-drop-zone').remove();
|
||||
html = html[0].innerHTML;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue