metrue / YoYo

A dead simple comment engine built on top of AWS lambda and React, alternative comment service to Disqus.

Home Page:https://minghe.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

down key is not working when the mention item is the last one.

metrue opened this issue · comments

actually the root cause is that the mentions list should be uniqued by name, otherwise the plugins could not work as expect.

fixed by e454fe3