Skip to content

Switch back to using nodeBefore for finding previous node with a break statement

Boris Budini requested to merge fix_break_before_node into master

displayedElementBefore was causing issues with the break-before handling by looking for a the previous element instead of the direct previous node.

Merge request reports