From cd74b87ca7fb3034a496241518d42d0c305aa310 Mon Sep 17 00:00:00 2001 From: Cody Hansen Date: Thu, 18 Jan 2024 07:43:05 -1000 Subject: [PATCH] Moved resource name gathering code back to the TimelineEditorPanel --- .../form/TimelineEditorLayerFilter.svelte | 17 +------------ .../timeline/form/TimelineEditorPanel.svelte | 24 +++++++++++++++++-- 2 files changed, 23 insertions(+), 18 deletions(-) diff --git a/src/components/timeline/form/TimelineEditorLayerFilter.svelte b/src/components/timeline/form/TimelineEditorLayerFilter.svelte index 4afb56f145..de142497de 100644 --- a/src/components/timeline/form/TimelineEditorLayerFilter.svelte +++ b/src/components/timeline/form/TimelineEditorLayerFilter.svelte @@ -3,8 +3,6 @@