Fix bug
This commit is contained in:
parent
5d57b28800
commit
659446c075
2 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,10 @@ ChangeLog (Release Notes)
|
||||||
=========================
|
=========================
|
||||||
主に notable な changes を書いていきます
|
主に notable な changes を書いていきます
|
||||||
|
|
||||||
|
unreleased
|
||||||
|
----------
|
||||||
|
* Fix: モバイル版のタイムラインからリアクションやメニューを開けない
|
||||||
|
|
||||||
2515 (2017/08/30)
|
2515 (2017/08/30)
|
||||||
-----------------
|
-----------------
|
||||||
* New: 投稿のピン留め (#746)
|
* New: 投稿のピン留め (#746)
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
<button class={ reacted: p.my_reaction != null } onclick={ react } ref="reactButton">
|
<button class={ reacted: p.my_reaction != null } onclick={ react } ref="reactButton">
|
||||||
<i class="fa fa-plus"></i><p class="count" if={ p.reactions_count > 0 }>{ p.reactions_count }</p>
|
<i class="fa fa-plus"></i><p class="count" if={ p.reactions_count > 0 }>{ p.reactions_count }</p>
|
||||||
</button>
|
</button>
|
||||||
<button class={ reacted: p.my_reaction != null } onclick={ react } ref="reactButton">
|
<button onclick={ menu } ref="menuButton">
|
||||||
<i class="fa fa-ellipsis-h"></i>
|
<i class="fa fa-ellipsis-h"></i>
|
||||||
</button>
|
</button>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue