diff --git a/packages/client/src/components/app/container/GridContainer.svelte b/packages/client/src/components/app/container/GridContainer.svelte index 4dc75f3513..696b65abcd 100644 --- a/packages/client/src/components/app/container/GridContainer.svelte +++ b/packages/client/src/components/app/container/GridContainer.svelte @@ -4,6 +4,8 @@ import { GridRowHeight, GridColumns } from "constants" import { memo } from "@budibase/frontend-core" + export let onClick + const component = getContext("component") const { styleable, builderStore } = getContext("sdk") const context = getContext("context") @@ -121,15 +123,19 @@ }) + +
{#if inBuilder}
@@ -176,6 +182,9 @@ .placeholder.first-col { border-left: 1px solid var(--spectrum-global-color-gray-900); } + .clickable { + cursor: pointer; + } /* Highlight grid lines when resizing children */ :global(.grid.highlight > .underlay) {