chore: remove handleConfirmation
This commit is contained in:
@@ -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 (
|
return (
|
||||||
<div onClick={handleClick}>
|
<div onClick={handleClick}>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user