Had to update the 1-behind insertion for partial parameters to account for pseudo elements.
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user