diff --git a/src/components/timeline/form/TimelineEditor/TimelineLayerEditor.svelte b/src/components/timeline/form/TimelineEditor/TimelineLayerEditor.svelte index 996a6ae678..6c571ee370 100644 --- a/src/components/timeline/form/TimelineEditor/TimelineLayerEditor.svelte +++ b/src/components/timeline/form/TimelineEditor/TimelineLayerEditor.svelte @@ -138,6 +138,10 @@ on:click|stopPropagation={toggleFilterMenu} class="st-button icon w-100" style:position="relative" + use:tooltip={{ + content: `Filter Activities${filterCount > 0 ? ` (${filterCount} applied)` : ''}`, + placement: 'top', + }} >