refactor(change_detector): made change detection responsible for processing events
Closes #3666
This commit is contained in:
+5
@@ -36,6 +36,11 @@ class _MyComponent_ChangeDetector0
|
||||
dehydrateDirectives(false);
|
||||
}
|
||||
|
||||
bool handleEvent(eventName, elIndex, locals) {
|
||||
var preventDefault = false;
|
||||
return preventDefault;
|
||||
}
|
||||
|
||||
void detectChangesInRecordsInternal(throwOnChange) {
|
||||
var l_context = this.context, l_myNum0, c_myNum0, l_interpolate1;
|
||||
c_myNum0 = false;
|
||||
|
||||
Reference in New Issue
Block a user