diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-26 19:10:10 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-05-26 19:10:10 -0400 |
commit | e2a17e5ec691252164cdd11fb2e769aa8b83addc (patch) | |
tree | 5c6f1891b5f04be0e74f93d132a5387aa6429cb4 /src/components/common | |
parent | e3571b2fcb4a78ea11466ff4bfb0405ae4028aea (diff) |
Set timing to quicker (100)
Diffstat (limited to 'src/components/common')
-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, ); }, []); |