diff --git a/client/components/dropdown/dropdown.jsx b/client/components/dropdown/dropdown.jsx index 32587c60e..57bf4549c 100644 --- a/client/components/dropdown/dropdown.jsx +++ b/client/components/dropdown/dropdown.jsx @@ -83,7 +83,7 @@ const Dropdown = ({ groupName, className = null, icon, children, color = null, c if(!menuAction || !menuElement.contains(menuAction)) return; // don't dismiss if the target triggers a submenu - if(menuAction.hasAttribute('popoverTarget')) return; + if(menuAction.hasAttribute('popovertarget')) return; // don't dismiss if the target has `no-dismiss` attribute const noDismissValue = menuAction.getAttribute('no-dismiss')?.toLowerCase();