diff --git a/src/plugins/rel/rel.js b/src/plugins/rel/rel.js index 258ab60..ef54650 100644 --- a/src/plugins/rel/rel.js +++ b/src/plugins/rel/rel.js @@ -184,6 +184,7 @@ var steps = startingState[ root.id ]; var step; while ( step = steps.pop() ) { + // Reset x/y/z in cases where this plugin has changed it. if ( step.relX !== null ) { if ( step.x === null ) {