Editor - Codeblock UI

This commit is contained in:
NGPixel
2016-12-03 20:20:06 -05:00
parent f7ba9ad143
commit f7ce81e8c9
8 changed files with 76 additions and 31 deletions

View File

@@ -138,10 +138,7 @@ if($('#mk-editor').length === 1) {
codeEditor.setValue('');
}
$('#modal-editor-codeblock').slideDown(400, () => {
codeEditor.resize();
codeEditor.focus();
});
vueCodeBlock.open();
}
},