2
0
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:
Jonathan 2022-05-22 20:43:55 +02:00 committed by GitHub
parent 21fda66d3d
commit 0eab3e11e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 || {});