Skip to content

Commit

Permalink
Merge 03690f4 into b7f6d57
Browse files Browse the repository at this point in the history
  • Loading branch information
iia committed Apr 3, 2018
2 parents b7f6d57 + 03690f4 commit 3ed9575
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/qml/value-editor/editors/HashItemEditor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ AbstractEditor {

function validateValue(callback) {
keyText.validate(function (keyTextValid) {
return callback(keyTextValid);
textArea.validate(function (keyTextValid) {
return callback(keyTextValid);
});
});
}

Expand Down

0 comments on commit 3ed9575

Please sign in to comment.