mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +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",
|
||||
"domNode",
|
||||
"touchListenerIsSet",
|
||||
"bindingContext"
|
||||
"bindingContext",
|
||||
"nativeView"
|
||||
];
|
||||
|
||||
function notifyInspector(callback: (inspector: Inspector) => void) {
|
||||
|
Reference in New Issue
Block a user