fix(editor): 💄 Variable button tiny dropdown
This commit is contained in:
@ -20,7 +20,7 @@ type Props = {
|
||||
|
||||
export const VariablesButton = ({ onSelectVariable, ...props }: Props) => {
|
||||
return (
|
||||
<Popover matchWidth isLazy>
|
||||
<Popover isLazy placement="bottom-end">
|
||||
<PopoverTrigger>
|
||||
<Flex>
|
||||
<Tooltip label="Insert a variable">
|
||||
|
Reference in New Issue
Block a user