fix: empty label for add browser step
This commit is contained in:
@@ -80,7 +80,7 @@ export const BrowserWindow = () => {
|
||||
clickY >= highlightRect.top &&
|
||||
clickY <= highlightRect.bottom
|
||||
) {
|
||||
addBrowserStep('Enter Label Here...', highlighterData.selector);
|
||||
addBrowserStep('', highlighterData.selector);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user