From 476f39228c25bcad9e74f123ed7a6c9ef793f099 Mon Sep 17 00:00:00 2001 From: Kayla Glick Date: Sun, 14 Apr 2024 14:37:37 -0400 Subject: [PATCH] fix tooltips on advanced icon inputs --- ui/core/components/icon_picker.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ui/core/components/icon_picker.tsx b/ui/core/components/icon_picker.tsx index fcf673d1c9..949073824e 100644 --- a/ui/core/components/icon_picker.tsx +++ b/ui/core/components/icon_picker.tsx @@ -79,8 +79,14 @@ export class IconPicker extends Input(); this.rootAnchor.appendChild(
- - + + 2 ? '' : 'hide'}`}>
, );