fix: re-add clearing tags ref on every render
This commit is contained in:
@@ -34,6 +34,7 @@ const NoteTags = observer(({ application, appState }: Props) => {
|
|||||||
const tagsContainerRef = useRef<HTMLDivElement>();
|
const tagsContainerRef = useRef<HTMLDivElement>();
|
||||||
const tagsRef = useRef<HTMLButtonElement[]>([]);
|
const tagsRef = useRef<HTMLButtonElement[]>([]);
|
||||||
const overflowButtonRef = useRef<HTMLButtonElement>();
|
const overflowButtonRef = useRef<HTMLButtonElement>();
|
||||||
|
tagsRef.current = [];
|
||||||
|
|
||||||
useCloseOnClickOutside(tagsContainerRef, (expanded: boolean) => {
|
useCloseOnClickOutside(tagsContainerRef, (expanded: boolean) => {
|
||||||
if (overflowButtonRef.current || tagsContainerExpanded) {
|
if (overflowButtonRef.current || tagsContainerExpanded) {
|
||||||
|
|||||||
Reference in New Issue
Block a user