Skip to content

Commit a8094e6

Browse files
committed
Update PostReactions, reduce bookmark timeout to 2s from 5s
1 parent 94069db commit a8094e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/assets/components/partials/post/PostReactions.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
233233
setTimeout(() => {
234234
this.isBookmarking = false;
235-
}, 5000);
235+
}, 2000);
236236
},
237237
238238
getStatusAvatar() {

0 commit comments

Comments
 (0)