diff --git a/src/modules/moduleWrapper.tsx b/src/modules/moduleWrapper.tsx index 94cb1ffb4..3ae65a0b2 100644 --- a/src/modules/moduleWrapper.tsx +++ b/src/modules/moduleWrapper.tsx @@ -181,9 +181,6 @@ export function ModuleWrapper(props: any) { export function ModuleMenu(props: any) { const { module, styles, hovered } = props; const items: JSX.Element[] = getItems(module); - if (!hovered) { - return null; - } return ( <> {module.options && ( @@ -210,7 +207,7 @@ export function ModuleMenu(props: any) { right: 12, }} > - +