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">
|
||||
|
@ -105,7 +105,6 @@ export const WorkspaceContext = ({ children }: { children: ReactNode }) => {
|
||||
mutate({
|
||||
workspaces: [...workspaces, newWorkspace],
|
||||
})
|
||||
console.log(newWorkspace)
|
||||
setCurrentWorkspace(newWorkspace)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user