(clean) comments

This commit is contained in:
ManishMadan2882
2025-03-07 20:24:38 +05:30
parent 93fea17918
commit 10c7a5f36b
5 changed files with 2 additions and 39 deletions

View File

@@ -61,7 +61,6 @@ export default function ContextMenu({
let top = rect.bottom + scrollY + offset.y;
let left = rect.right + scrollX + offset.x;
// Adjust position based on position prop
switch (position) {
case 'bottom-left':
left = rect.left + scrollX - offset.x;