feat: create a copy of the path to avoid og modification
This commit is contained in:
@@ -444,6 +444,7 @@ export const getSelectors = async (page: Page, coordinates: Coordinates) => {
|
|||||||
return; // Okay At least I tried!
|
return; // Okay At least I tried!
|
||||||
}
|
}
|
||||||
scope.counter += 1;
|
scope.counter += 1;
|
||||||
|
const newPath = [...path];
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user