Draggable / formeo

Drag & Drop Form Builder
http://draggable.github.io/formeo/
MIT License
534 stars 196 forks source link

Panels are resized to huge height #305

Open robert-haynes opened 3 years ago

robert-haynes commented 3 years ago

I have used the latest drop and when I construct the editor using:

editor = new window.FormeoEditor({ editorContainer: '#formeo-editor1', debug: true, svgSprite: 'https://draggable.github.io/formeo/assets/img/formeo-sprite.svg' },{});

The panels inside the div are huge - in fact often 5000px high and sometimes up to 50000px high. I have tried to set max-height on the owning objects and also used a setTimeout(1000) to resize the panels - but if you click on the panes then they get resized automatically. I note the height is set on the elements with class panels somehow:

Screen Shot 2021-01-27 at 16 47 37

Screen Shot 2021-01-27 at 16 49 29