mirror of
https://github.com/status-im/react-native.git
synced 2025-02-10 16:36:25 +00:00
Minor code improvements for RCTTextInput
Summary: Expose hasUnseenUpdates in ReactShadowNode. Various text input cleanup and fixes. Differential Revision: D2975870 fb-gh-sync-id: 26c4c0d36e82aaa025b4760603cc48c47ebf46a3 shipit-source-id: 26c4c0d36e82aaa025b4760603cc48c47ebf46a3
This commit is contained in:
parent
f130a365e6
commit
9be1216c7f
@ -105,6 +105,10 @@ public class ReactShadowNode extends CSSNode {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean hasUnseenUpdates() {
|
||||||
|
return mNodeUpdated;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void dirty() {
|
protected void dirty() {
|
||||||
if (!isVirtual()) {
|
if (!isVirtual()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user