Skip to content

Commit

Permalink
Code refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Jan 18, 2021
1 parent f957c78 commit 8e0dbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-html-embed/src/htmlembedediting.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export default class HtmlEmbedEditing extends Plugin {
t( 'Empty snippet content' );

const domPreviewPlaceholder = createElement( domDocument, 'div', {
class: 'raw-html-embed__preview-placeholder ck ck-reset_all'
class: 'ck ck-reset_all raw-html-embed__preview-placeholder'
}, placeholderText );

const domPreviewContent = createElement( domDocument, 'div', {
Expand Down

0 comments on commit 8e0dbc5

Please sign in to comment.