mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fix setting text property to number. (#3449)
Fix setting JS property from native.
This commit is contained in:
@@ -275,4 +275,4 @@ export function fromObjectRecursive(source: any): Observable {
|
||||
let observable = new Observable();
|
||||
addPropertiesFromObject(observable, source, true);
|
||||
return observable;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user