Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix yaml-editor for new documents (again)
The check for the querySelector chain should be that we found a textArea, not that we found a textArea and it has a truthy value. The empty string is falsey in JavaScript land, so checking !value incorrectly meant we got the "DOM structure did not match" warning.
- Loading branch information