chore: lint

This commit is contained in:
karishmas6
2024-07-27 00:41:30 +05:30
parent 1c1e826a96
commit 0ad9101328

View File

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