()
| 2072 | } |
| 2073 | |
| 2074 | elem() { |
| 2075 | return {c: `editor-root`, children: [ |
| 2076 | this.navigator.render(), |
| 2077 | {c: "main-pane", children: [ |
| 2078 | this.noticesElem(), |
| 2079 | this.editor.render(), |
| 2080 | this.overwriteId ? this.overwritePrompt() : undefined, |
| 2081 | ]}, |
| 2082 | this.comments.render() |
| 2083 | ]}; |
| 2084 | } |
| 2085 | |
| 2086 | noticesElem() { |
| 2087 | let items = []; |
no test coverage detected