# HG changeset patch # User drewp@bigasterisk.com # Date 2018-06-08 11:49:08 # Node ID fba2a716ef2a494480e87d515a724d8886e32230 # Parent 623346df401abfd3ad95c31da21b69fa3508d995 not safe yet Ignore-this: 8205d3831514567df896cda5f3f734b9 diff --git a/light9/web/graph.coffee b/light9/web/graph.coffee --- a/light9/web/graph.coffee +++ b/light9/web/graph.coffee @@ -119,10 +119,10 @@ class AutoDependencies rerunInners = (cur) => toRun = cur.innerHandlers.slice() for child in toRun - match = @_handlerIsAffected(child, subjs) - continue if not match + #match = @_handlerIsAffected(child, subjs) + #continue if not match #log('match', child.label, match) - child.innerHandlers = [] # let all children get called again + #child.innerHandlers = [] # let all children get called again @_rerunHandler(child, patch) rerunInners(child)