changeset 1814:fba2a716ef2a

not safe yet Ignore-this: 8205d3831514567df896cda5f3f734b9
author drewp@bigasterisk.com
date Fri, 08 Jun 2018 11:49:08 +0000
parents 623346df401a
children 46d1c0f0a5ce
files light9/web/graph.coffee
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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)