質問編集履歴
1
saveEditContent(), wordCounting()の説明を追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -26,8 +26,8 @@
|
|
26
26
|
marking(left_input.textContent);
|
27
27
|
})
|
28
28
|
left_input.value = left_input.textContent;
|
29
|
-
wordCounting();
|
29
|
+
wordCounting();//文字数をカウントして表示する
|
30
|
-
saveEditContent();
|
30
|
+
saveEditContent();//LocalStorageに初期保存
|
31
31
|
const today = new Date();
|
32
32
|
const storage: {
|
33
33
|
date: Date
|