diff --git a/app/assets/javascripts/components/NoteTags.tsx b/app/assets/javascripts/components/NoteTags.tsx index 1edf7e28e..a77e1894d 100644 --- a/app/assets/javascripts/components/NoteTags.tsx +++ b/app/assets/javascripts/components/NoteTags.tsx @@ -99,7 +99,6 @@ const NoteTags = observer(({ application, appState }: Props) => { } const { offsetLeft: lastVisibleTagLeft, clientWidth: lastVisibleTagWidth } = tagsRef.current[lastVisibleTagIndex]; - console.log(tagsRef.current[0].offsetLeft); setOverflowCountPosition(lastVisibleTagLeft + lastVisibleTagWidth); }, [lastVisibleTagIndex, tagsContainerExpanded]); @@ -122,7 +121,7 @@ const NoteTags = observer(({ application, appState }: Props) => { ]); useEffect(() => { - reloadTagsContainerLayout; + reloadTagsContainerLayout(); }, [ reloadTagsContainerLayout, tags,