NervJS / nerv

A blazing fast React alternative, compatible with IE8 and React 16.
https://nerv.aotu.io
MIT License
5.42k stars 267 forks source link

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

Open GeorgeZhangZHY opened 4 years ago

GeorgeZhangZHY commented 4 years ago

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

demo