qri-io / 2017-frontend

qri electron & web frontend
https://qri.io
MIT License
23 stars 7 forks source link

fix(EditBody): fix bug that wasn't passing height to editor body #467

Closed ramfox closed 5 years ago

ramfox commented 5 years ago

missed a spot when I was updating the monaco editor stuff last week

need to pass the layout to the EditBody component, so we can figure out the height for the monaco editor.

Thanks @dustmop for finding this :)