Merge pull request #786 from DarkPurple141/patch-1
Typo in editable div task
This commit is contained in:
commit
19adf7c349
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ Create a `<div>` that turns into `<textarea>` when clicked.
|
||||||
|
|
||||||
The textarea allows to edit the HTML in the `<div>`.
|
The textarea allows to edit the HTML in the `<div>`.
|
||||||
|
|
||||||
When the user presses `key:Enter` or it looses focus, the `<textarea>` turns back into `<div>`, and its content becomes HTML in `<div>`.
|
When the user presses `key:Enter` or it loses focus, the `<textarea>` turns back into `<div>`, and its content becomes HTML in `<div>`.
|
||||||
|
|
||||||
[demo src="solution"]
|
[demo src="solution"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue