Browse Source

Update PostReactions, reduce bookmark timeout to 2s from 5s

Daniel Supernault 2 years ago
parent
commit
a8094e6c13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/assets/components/partials/post/PostReactions.vue

+ 1 - 1
resources/assets/components/partials/post/PostReactions.vue

@@ -232,7 +232,7 @@
 
 				setTimeout(() => {
 					this.isBookmarking = false;
-				}, 5000);
+				}, 2000);
 			},
 
 			getStatusAvatar() {