mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-03 08:04:29 -06:00
Update easymde.js
This commit is contained in:
parent
21fda66d3d
commit
0eab3e11e8
@ -1822,6 +1822,7 @@ function EasyMDE(options) {
|
|||||||
options.autosave.timeFormat = extend({}, timeFormat, options.autosave.timeFormat || {});
|
options.autosave.timeFormat = extend({}, timeFormat, options.autosave.timeFormat || {});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
options.iconClassMap = extend({}, iconClassMap, options.iconClassMap || {});
|
||||||
|
|
||||||
// Merging the shortcuts, with the given options
|
// Merging the shortcuts, with the given options
|
||||||
options.shortcuts = extend({}, shortcuts, options.shortcuts || {});
|
options.shortcuts = extend({}, shortcuts, options.shortcuts || {});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user