Skip to content

Commit

Permalink
Merge branch 'prod'
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrogenous committed Nov 23, 2023
2 parents d25e3d2 + 8eabf01 commit d693c70
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

0 comments on commit d693c70

Please sign in to comment.