Loading src/app/common/components/editors/plugins/buttons.plugin.ts +3 −1 Original line number Original line Diff line number Diff line Loading @@ -443,7 +443,9 @@ export class ButtonsPlugin { const $input = this.$element.querySelector('.medium-media-buttons'); const $input = this.$element.querySelector('.medium-media-buttons'); if ($input) { if ($input) { try { $input.parentNode.removeChild($input); $input.parentNode.removeChild($input); } catch (e) {} } } } } Loading Loading
src/app/common/components/editors/plugins/buttons.plugin.ts +3 −1 Original line number Original line Diff line number Diff line Loading @@ -443,7 +443,9 @@ export class ButtonsPlugin { const $input = this.$element.querySelector('.medium-media-buttons'); const $input = this.$element.querySelector('.medium-media-buttons'); if ($input) { if ($input) { try { $input.parentNode.removeChild($input); $input.parentNode.removeChild($input); } catch (e) {} } } } } Loading