diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/common/MomentTags.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/common/MomentTags.tsx b/src/components/common/MomentTags.tsx index d1bb03ff..bdd1fbeb 100644 --- a/src/components/common/MomentTags.tsx +++ b/src/components/common/MomentTags.tsx @@ -80,7 +80,7 @@ const MomentTags: React.FC<MomentTagsProps> = ({ }, ); }, - editing ? 250 : 0, + editing ? 100 : 0, ); }, []); |