mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix(ContextMenu): missing semi
This commit is contained in:
parent
c1d317acf7
commit
cd65f77d60
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ const ContextMenu = ({ children, on, autoClose }: Props) => {
|
|||
return () => {
|
||||
on.forEach((ref) => ref.current && ref.current.removeEventListener('contextmenu', onContextMenu));
|
||||
document.removeEventListener('keydown', handleKeyDown);
|
||||
}
|
||||
};
|
||||
}, [on]);
|
||||
|
||||
return active && createPortal((
|
||||
|
|
|
|||
Loading…
Reference in a new issue