177 |
178 |
181 |
182 |
183 |
195 |
196 |
197 |
198 |
199 |
200 |
201 |
202 |
203 |
205 |
206 | cm.execCommand("indentMore"),
221 | "Shift-Tab": (cm) => cm.execCommand("indentLess"),
222 | "Cmd-Enter": (cm) => {},
223 | }
224 | }}
225 | onChange={(_, __, value) => {
226 | this.editorvalue = value;
227 | this.props.apiClient.debouncedPersist(persisturl, value);
228 | }}
229 | />
230 |
231 |