feat: intialize query string with first query name

This commit is contained in:
karishmas6
2024-06-05 22:31:33 +05:30
parent 7ba43ec3d7
commit 8e2b0b4550

View File

@@ -271,7 +271,8 @@ export const getSelectors = async (page: Page, coordinates: Coordinates) => {
function selector(path: Path): string {
let node = path[0];
let query = node.name;
}