mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-16 07:18:35 +02:00
fix: fixed collection collapse while adding folders
This commit is contained in:
@ -5,7 +5,7 @@ import StyledWrapper from './StyledWrapper';
|
||||
const Dropdown = ({icon, children, onCreate, placement}) => {
|
||||
return (
|
||||
<StyledWrapper className="dropdown">
|
||||
<Tippy
|
||||
<Tippy
|
||||
content={children}
|
||||
placement={placement || "bottom-end"}
|
||||
animation={false}
|
||||
|
Reference in New Issue
Block a user