chore: remove handleConfirmation

This commit is contained in:
karishmas6
2024-08-04 03:21:14 +05:30
parent 06c18e41cc
commit 891486f98e

View File

@@ -160,15 +160,6 @@ export const BrowserWindow = () => {
const handleConfirmation = (confirmed: boolean) => {
if (confirmed) {
console.log(`User confirmed interaction with: ${highlighterData?.selector}`);
} else {
console.log('User declined interaction');
}
setShowConfirmation(false);
};
return (
<div onClick={handleClick}>
{