# HG changeset patch # User drewp@bigasterisk.com # Date 1528458548 0 # Node ID fba2a716ef2a494480e87d515a724d8886e32230 # Parent 623346df401abfd3ad95c31da21b69fa3508d995 not safe yet Ignore-this: 8205d3831514567df896cda5f3f734b9 diff -r 623346df401a -r fba2a716ef2a light9/web/graph.coffee --- a/light9/web/graph.coffee Fri Jun 08 11:48:35 2018 +0000 +++ b/light9/web/graph.coffee Fri Jun 08 11:49:08 2018 +0000 @@ -119,10 +119,10 @@ 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)