mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-09-24 16:40:55 -06:00
Update simplemde.js
customize promptTexts for non-english users
This commit is contained in:
parent
44b5b14e9b
commit
a8c7373cf3
@ -1387,7 +1387,7 @@ function SimpleMDE(options) {
|
||||
|
||||
|
||||
// Merging the promptTexts, with the given options
|
||||
options.promptTexts = promptTexts;
|
||||
options.promptTexts = extend({}, promptTexts, options.promptTexts || {});
|
||||
|
||||
|
||||
// Merging the blockStyles, with the given options
|
||||
|
Loading…
x
Reference in New Issue
Block a user