fix: empty label for add browser step

This commit is contained in:
karishmas6
2024-07-26 23:07:17 +05:30
parent 66de868e3f
commit 80a5029804

View File

@@ -80,7 +80,7 @@ export const BrowserWindow = () => {
clickY >= highlightRect.top &&
clickY <= highlightRect.bottom
) {
addBrowserStep('Enter Label Here...', highlighterData.selector);
addBrowserStep('', highlighterData.selector);
}
}
};