()
| 1780 | } |
| 1781 | |
| 1782 | render() { |
| 1783 | return {c: "editor-pane", postRender: this.injectCodeMirror, children: [ |
| 1784 | this.controls(), |
| 1785 | this.showNewBlockBar ? newBlockBar(this.newBlockBar) : undefined, |
| 1786 | this.showFormatBar ? formatBar({editor: this}) : undefined |
| 1787 | ]}; |
| 1788 | } |
| 1789 | } |
| 1790 | |
| 1791 | //--------------------------------------------------------- |
nothing calls this directly
no test coverage detected