Ver código fonte

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

Daniel Supernault 2 anos atrás
pai
commit
a8094e6c13

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

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