瀏覽代碼

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() {