Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrogenous committed Nov 23, 2023
1 parent 9836888 commit 8eabf01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/lib/mention/Mention.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ export const Mention = React.memo(
overlayRef.current.style.transformOrigin = 'top';
overlayRef.current.style.left = `calc(${position.left}px + 1rem)`;
overlayRef.current.style.top = `calc(${position.top}px + 1.2rem)`;
console.log('mahmut');
}
};

Expand Down

1 comment on commit 8eabf01

@vercel
Copy link

@vercel vercel bot commented on 8eabf01 Nov 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

primereact – ./

primereact-primetek.vercel.app
primereact-git-prod-primetek.vercel.app
primereact.org

Please sign in to comment.