refactor: reduce scope of context

This commit is contained in:
Carlos Valente
2024-05-24 09:42:15 +02:00
committed by Carlos Valente
parent 72891a69f4
commit 77d111650a
3 changed files with 6 additions and 5 deletions
@@ -75,6 +75,7 @@ export const ContextMenu = ({ children }: ContextMenuProps) => {
w={1}
h={1}
style={{
position: 'fixed',
left: coords.x,
top: coords.y,
}}