Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
briangregoryholmes committed Apr 5, 2024
1 parent 4f37ef5 commit 369d3a5
Showing 1 changed file with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,9 @@
let showGrid = true;
let editorWidth = 400;
let startingWidth = 400;
let startingX = 0;
let currentX = 0;
let showChartEditor = false;
let containerWidth: number;
let chartEditorHeight = DEFAULT_EDITOR_HEIGHT;
let selectedChartName: string | null = null;
$: customDashboardName = $page.params.name;
Expand Down Expand Up @@ -179,10 +175,6 @@
await updateChart(new CustomEvent("update", { detail: stringified }));
}
let containerWidth: number;
$: console.log({ dashboard });
</script>

<svelte:head>
Expand Down Expand Up @@ -293,6 +285,3 @@
{/if}
</div>
</WorkspaceContainer>

<style lang="postcss">
</style>

0 comments on commit 369d3a5

Please sign in to comment.