From 5635416dabfb833cb26cc1d69cb331fb60c52701 Mon Sep 17 00:00:00 2001 From: kiyoungchoi Date: Tue, 11 Jun 2024 14:08:41 +0900 Subject: [PATCH] fix[init]: no more need to init again --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4fd842..fe63304 100644 --- a/README.md +++ b/README.md @@ -334,10 +334,10 @@ CodeMirror is the backbone of the project and parses much of the Markdown syntax [tmp done]add edit box into body 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") }); 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. select box for model