reuse context fix
This commit is contained in:
@@ -42,6 +42,11 @@ class BindMacros {
|
||||
|
||||
var classType = type.getClass();
|
||||
|
||||
Context.onMacroContextReused(function () {
|
||||
processed = [];
|
||||
return true;
|
||||
});
|
||||
|
||||
if (bindingSignalProvider == null) {
|
||||
bindingSignalProvider = new bindx.BindSignal.BindSignalProvider();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user