Update easymde.js

pull/454/head
Jonathan 2 years ago committed by GitHub
parent 21fda66d3d
commit 0eab3e11e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1822,6 +1822,7 @@ function EasyMDE(options) {
options.autosave.timeFormat = extend({}, timeFormat, options.autosave.timeFormat || {});
}
options.iconClassMap = extend({}, iconClassMap, options.iconClassMap || {});
// Merging the shortcuts, with the given options
options.shortcuts = extend({}, shortcuts, options.shortcuts || {});

Loading…
Cancel
Save