回答編集履歴
2
コード修正
test
CHANGED
@@ -16,6 +16,6 @@
|
|
16
16
|
|
17
17
|
</style>
|
18
18
|
|
19
|
-
<div class="release__content
|
19
|
+
<div class="release__content" contenteditable=true autofocus></div>
|
20
20
|
|
21
21
|
```
|
1
コード修正
test
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
<style>
|
8
8
|
|
9
|
-
|
9
|
+
.release__content:empty::before {
|
10
10
|
|
11
11
|
content: "入力してください";
|
12
12
|
|
@@ -16,6 +16,6 @@
|
|
16
16
|
|
17
17
|
</style>
|
18
18
|
|
19
|
-
<div
|
19
|
+
<div class="release__content " contenteditable=true autofocus></div>
|
20
20
|
|
21
21
|
```
|