mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-08-02 23:02:44 -06:00
fix[init]: no more need to init again
This commit is contained in:
parent
54c27baa62
commit
5635416dab
@ -334,10 +334,10 @@ CodeMirror is the backbone of the project and parses much of the Markdown syntax
|
|||||||
<todo>
|
<todo>
|
||||||
[tmp done]add edit box into body
|
[tmp done]add edit box into body
|
||||||
is there other way?
|
is there other way?
|
||||||
change function applied, not init
|
[done]change function applied, not init
|
||||||
need to remove "var simplemde = new SimpleMDE({ element: document.getElementById("MyID") });
|
need to remove "var simplemde = new SimpleMDE({ element: document.getElementById("MyID") });
|
||||||
setupFloatingBox(simplemde);"
|
setupFloatingBox(simplemde);"
|
||||||
it is also for edit button at first in the box
|
[done]it is also for edit button at first in the box
|
||||||
change for more detail box design.
|
change for more detail box design.
|
||||||
select box for model
|
select box for model
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user