mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-09-07 08:12:34 -06:00
Rebuild project
This commit is contained in:
parent
42068c97f9
commit
5466648503
2
dist/simplemde.min.css
vendored
2
dist/simplemde.min.css
vendored
File diff suppressed because one or more lines are too long
2
dist/simplemde.min.js
vendored
2
dist/simplemde.min.js
vendored
File diff suppressed because one or more lines are too long
@ -188,7 +188,6 @@
|
||||
.editor-toolbar a.fa-columns {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.editor-toolbar a.fa-arrows-alt {
|
||||
display: none;
|
||||
}
|
||||
|
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user