mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-23 09:54:28 -06:00
Rename option defaultValue > initialValue
This commit is contained in:
parent
214045165c
commit
00fa95823e
@ -473,10 +473,10 @@ function SimpleMDE(options) {
|
|||||||
this.render();
|
this.render();
|
||||||
|
|
||||||
// The codemirror component is only available after rendering
|
// The codemirror component is only available after rendering
|
||||||
// so, the setter for the defaultValue can only run after
|
// so, the setter for the initialValue can only run after
|
||||||
// the element has been rendered
|
// the element has been rendered
|
||||||
if (options.defaultValue) {
|
if (options.initialValue) {
|
||||||
this.value(options.defaultValue);
|
this.value(options.initialValue);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user