ソースを参照

Merge pull request #43 from ckeditor/t/ckeditor5/2025

Tests: Fixed source element in the placeholder manual test.
Piotrek Koszuliński 6 年 前
コミット
83255b54b8

+ 2 - 2
packages/ckeditor5-editor-decoupled/tests/manual/placeholder.html

@@ -1,5 +1,5 @@
-<textarea id="editor-1" placeholder="Placeholder from the attribute">
+<div id="editor-1" placeholder="Placeholder from the attribute">
 	<p>Remove this text to see the placeholder.</p>
-</textarea>
+</div>
 <br />
 <div id="editor-2" data-placeholder="Placeholder from the attribute"></div>