(e)
| 153 | } |
| 154 | |
| 155 | onFileUploaded (e) { |
| 156 | return this.editor.insert(``) |
| 157 | } |
| 158 | |
| 159 | togglePreview () { |
| 160 | const valEl = this.getValEl() |
nothing calls this directly
no outgoing calls
no test coverage detected