mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 16:35:56 +02:00
[Client] 良い感じに
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
|
||||
</style>
|
||||
<script>
|
||||
this.reactions = this.opts.post.reaction_counts;
|
||||
this.post = this.opts.post;
|
||||
|
||||
this.on('update', () => {
|
||||
this.reactions = this.post.reaction_counts;
|
||||
});
|
||||
</script>
|
||||
</mk-reactions-viewer>
|
||||
|
||||
Reference in New Issue
Block a user