소스 검색

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

Daniel Supernault 2 년 전
부모
커밋
a8094e6c13
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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() {