mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 23:55:49 +01:00
lint removed
This commit is contained in:
parent
10375f9e8e
commit
856475f9e2
1 changed files with 2 additions and 2 deletions
|
|
@ -862,8 +862,8 @@ export default class Block extends EventsDispatcher<BlockEvents> {
|
|||
*/
|
||||
private compose(): HTMLDivElement {
|
||||
const wrapper = $.make('div', Block.CSS.wrapper) as HTMLDivElement,
|
||||
contentNode = $.make('div', Block.CSS.content),
|
||||
pluginsContent = this.toolInstance.render();
|
||||
contentNode = $.make('div', Block.CSS.content),
|
||||
pluginsContent = this.toolInstance.render();
|
||||
|
||||
contentNode.appendChild(pluginsContent);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue