Skip to content

Commit

Permalink
Fix texarea tag (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Oct 11, 2022
1 parent 4173a84 commit 2155d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ You can use the provided `isolated-block-editor.js`, `core.css`, and `isolated-b
<link rel="stylesheet" href="isolated-block-editor.css" />

<body>
<textarea id="editor" />
<textarea id="editor"></textarea>

<script>
wp.attachEditor( document.getElementById( 'editor' ) );
Expand Down

0 comments on commit 2155d5d

Please sign in to comment.