mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-02 15:44:28 -06:00
using scrollbarStyle option
This commit is contained in:
parent
3e8830de82
commit
eabb23fd3e
@ -2040,6 +2040,7 @@ EasyMDE.prototype.render = function (el) {
|
||||
allowDropFileTypes: ['text/plain'],
|
||||
placeholder: options.placeholder || el.getAttribute('placeholder') || '',
|
||||
styleSelectedText: (options.styleSelectedText != undefined) ? options.styleSelectedText : !isMobile(),
|
||||
scrollbarStyle: options.scrollbarStyle,
|
||||
configureMouse: configureMouse,
|
||||
inputStyle: (options.inputStyle != undefined) ? options.inputStyle : isMobile() ? 'contenteditable' : 'textarea',
|
||||
spellcheck: (options.nativeSpellcheck != undefined) ? options.nativeSpellcheck : true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user