Had to update the 1-behind insertion for partial parameters to account for pseudo elements.

This commit is contained in:
Tom Alexander
2020-05-30 12:24:50 -04:00
parent 3c9a369908
commit a0e2ba2b82
2 changed files with 14 additions and 5 deletions

View File

@@ -73,10 +73,6 @@ where
== "."
{
let first_non_pseudo_element = get_first_non_pseudo_element(breadcrumbs);
// println!(
// "First non-pseudo element: {:?}",
// first_non_pseudo_element.map(|b| b.borrow())
// );
return match first_non_pseudo_element {
None => Err(WalkError::CantWalk),
Some(current_context) => {