-
+
+ {#if tags.some((tag) => tag.selected)}
+
+ {:else}
+
+ {/if}
{#each tags as tag, index (tag.id)}
diff --git a/ts/editor/icons.ts b/ts/editor/icons.ts
index a693c87c3..7386dcb2c 100644
--- a/ts/editor/icons.ts
+++ b/ts/editor/icons.ts
@@ -33,6 +33,7 @@ export { default as xmlIcon } from "./xml.svg";
export { default as tagIcon } from "./tag.svg";
export { default as addTagIcon } from "./tag-plus.svg";
+export { default as dotsIcon } from "./dots-vertical.svg";
export { default as deleteIcon } from "./x.svg";
export const arrowIcon =