We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 588a328 + f8bda28 commit d1ff89eCopy full SHA for d1ff89e
src/components/write/TagInput.tsx
@@ -28,7 +28,6 @@ const TagInput: React.FC<TagInputProps> = ({ onChange, tags: initialTags }) => {
28
const ignore = useRef(false);
29
30
useEffect(() => {
31
- if (tags.length === 0) return;
32
onChange(tags);
33
}, [tags, onChange]);
34
0 commit comments