NervJS / nerv

A blazing fast React alternative, compatible with IE8 and React 16.

Home Page:https://nerv.aotu.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[bug] portal里的事件没有正确冒泡 events triggered in portal are not propagated

GeorgeZhangZHY opened this issue · comments

如题,在react中通过portal创建的dom,其点击事件会通过portal沿着原有的逻辑element树冒泡;在nerv中会直接丢失

demo