unlayer / react-email-editor

Drag-n-Drop Email Editor Component for React.js
https://unlayer.com/
MIT License
4.64k stars 744 forks source link

Horizontal scroll in sidebar #24

Closed HyperMaxime closed 6 years ago

HyperMaxime commented 6 years ago

The editor sidebar for some reason has a horizontal scroll that is unexpected. Illustrative GIF below:

react-email-editor-horizontal-scroll

adeelraza commented 6 years ago

@HyperMaxime looking at the tab icons, it looks like unlayer.init was called multiple times which may have caused this. Can you confirm?

HyperMaxime commented 6 years ago

@adeelraza not sure about that, but I can tell you that this behaviour also happens in the demo on unlayer.com:

unlayer-horizontal-scroll-public-demo

adeelraza commented 6 years ago

@HyperMaxime this issue has been resolved. Please check in Incognito

HyperMaxime commented 6 years ago

@adeelraza confirmed. Great work, thank you!