mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 17:30:43 -07:00
Fix interrupts through includes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user