2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-09-07 08:12:35 -06:00

Rebuild project

This commit is contained in:
Wes Cossick 2015-09-25 15:49:54 -05:00
parent 42068c97f9
commit 5466648503
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -188,7 +188,6 @@
.editor-toolbar a.fa-columns {
display: none;
}
.editor-toolbar a.fa-arrows-alt {
display: none;
}

View File

@ -313,7 +313,8 @@ function toggleSideBySide(editor) {
* instead of just appearing.
*/
setTimeout(function() {
if(!cm.getOption("fullScreen")) toggleFullScreen(editor);
if(!cm.getOption("fullScreen"))
toggleFullScreen(editor);
preview.className += ' editor-preview-active-side'
}, 1);
toolbarButton.className += ' active';