File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -225,21 +225,21 @@ class MarkdownEditor extends React.Component {
225
225
const { storageKey, noteKey } = this . props
226
226
227
227
this . setState ( {
228
- status : 'CODE'
229
- } , ( ) => {
230
- this . refs . code . focus ( )
228
+ status : 'CODE'
229
+ } , ( ) => {
230
+ this . refs . code . focus ( )
231
231
232
- this . refs . code . editor . execCommand ( 'goDocEnd' )
233
- this . refs . code . editor . execCommand ( 'goLineEnd' )
234
- this . refs . code . editor . execCommand ( 'newlineAndIndent' )
232
+ this . refs . code . editor . execCommand ( 'goDocEnd' )
233
+ this . refs . code . editor . execCommand ( 'goLineEnd' )
234
+ this . refs . code . editor . execCommand ( 'newlineAndIndent' )
235
235
236
- attachmentManagement . handleAttachmentDrop (
237
- this . refs . code ,
238
- storageKey ,
239
- noteKey ,
240
- dropEvent
241
- )
242
- } )
236
+ attachmentManagement . handleAttachmentDrop (
237
+ this . refs . code ,
238
+ storageKey ,
239
+ noteKey ,
240
+ dropEvent
241
+ )
242
+ } )
243
243
}
244
244
245
245
handleKeyUp ( e ) {
You can’t perform that action at this time.
0 commit comments