Fix interrupts through includes

This commit is contained in:
Justin Li
2019-03-12 12:18:22 -04:00
parent 8013df8ca2
commit 39fecd06db
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -89,6 +89,7 @@ module Liquid
break
else # Other non-Block tags
render_node_to_output(node, output, context)
break if context.interrupt? # might have happened through an include
end
idx += 1
end