From 40cde07e5ce90cebed8e1cb5a066c355035e4386 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Thu, 20 Jun 2024 01:07:55 -0700 Subject: [PATCH] feat: function filter example boilerplate --- .../workspace/Functions/FunctionEditor.svelte | 135 ++++-------------- .../workspace/functions/edit/+page.svelte | 40 +++--- 2 files changed, 49 insertions(+), 126 deletions(-) diff --git a/src/lib/components/workspace/Functions/FunctionEditor.svelte b/src/lib/components/workspace/Functions/FunctionEditor.svelte index 385a9ea68..d84865b93 100644 --- a/src/lib/components/workspace/Functions/FunctionEditor.svelte +++ b/src/lib/components/workspace/Functions/FunctionEditor.svelte @@ -1,14 +1,13 @@ -{#if tool} - { saveHandler(e.detail); }}