mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 22:00:17 +08:00
add nativeView angular-specific property to dom node property filter (#4390)
This commit is contained in:

committed by
Alexander Vakrilov

parent
6cc1db950b
commit
1713b8af91
@ -26,7 +26,8 @@ const propertyBlacklist = [
|
|||||||
"ng-reflect-items",
|
"ng-reflect-items",
|
||||||
"domNode",
|
"domNode",
|
||||||
"touchListenerIsSet",
|
"touchListenerIsSet",
|
||||||
"bindingContext"
|
"bindingContext",
|
||||||
|
"nativeView"
|
||||||
];
|
];
|
||||||
|
|
||||||
function notifyInspector(callback: (inspector: Inspector) => void) {
|
function notifyInspector(callback: (inspector: Inspector) => void) {
|
||||||
|
Reference in New Issue
Block a user