feat: intialize query string with first query name
This commit is contained in:
@@ -271,7 +271,8 @@ export const getSelectors = async (page: Page, coordinates: Coordinates) => {
|
|||||||
|
|
||||||
function selector(path: Path): string {
|
function selector(path: Path): string {
|
||||||
let node = path[0];
|
let node = path[0];
|
||||||
|
let query = node.name;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user