Type in editable div task

This commit is contained in:
Alex Hinds 2019-02-06 09:35:16 +11:00 committed by GitHub
parent 3a6d70bd34
commit 2e05457995
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,6 @@ Create a `<div>` that turns into `<textarea>` when clicked.
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"]