Skip to content

Commit

Permalink
Minor code improvements for RCTTextInput
Browse files Browse the repository at this point in the history
Summary: Expose hasUnseenUpdates in ReactShadowNode. Various text input cleanup and fixes.

Differential Revision: D2975870

fb-gh-sync-id: 26c4c0d36e82aaa025b4760603cc48c47ebf46a3
shipit-source-id: 26c4c0d36e82aaa025b4760603cc48c47ebf46a3
  • Loading branch information
Ahmed El-Helw authored and Facebook Github Bot 4 committed Mar 1, 2016
1 parent f130a36 commit 9be1216
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ protected void markUpdated() {
}
}

public boolean hasUnseenUpdates() {
return mNodeUpdated;
}

@Override
protected void dirty() {
if (!isVirtual()) {
Expand Down

0 comments on commit 9be1216

Please sign in to comment.