mirror of
https://github.com/codex-team/editor.js
synced 2026-03-15 07:05:48 +01:00
Cleanup
This commit is contained in:
parent
2284f11d97
commit
ad3d3dceef
1 changed files with 0 additions and 5 deletions
|
|
@ -163,11 +163,6 @@ export default class BlockSettings extends Module<BlockSettingsNodes> {
|
|||
this.Editor.BlockManager.currentBlock.selected = false;
|
||||
}
|
||||
|
||||
/** Clear settings */
|
||||
if (this.nodes.renderedTunes) {
|
||||
this.nodes.renderedTunes.innerHTML = '';
|
||||
}
|
||||
|
||||
/** Tell to subscribers that block settings is closed */
|
||||
this.eventsDispatcher.emit(this.events.closed);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue