Skip to content

Commit

Permalink
fix: remove duplciate snippet (#8492)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickIliev committed Apr 2, 2020
1 parent c150b11 commit 56f6626
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/app/ui/text-field/text-field-tests.ts
Expand Up @@ -463,10 +463,7 @@ export var testCloseOnReturn = function () {
return;
}
var textField = <TextField>views[0];

// >> setting-closeOnReturn-property
textField.closeOnReturn = true;
// << setting-closeOnReturn-property

typeTextNativelyWithReturn(textField, "Should close textfield");

Expand Down

0 comments on commit 56f6626

Please sign in to comment.