Dragging form fields into a row doesn't work nicely and throws a TypeError

Just tried dragging some fields into a two column row placed inside the form in order to have two fields sit side by side. That didn’t work because when you try dragging a field it grabs the whole form. Then I did it through the inspector which does work, but then the builder became unresponsive.

Found a lot of these in the console:

Suppressing inaccessible window.event undefined TypeError: can't access dead object
    React 2
    g /wp-content/themes/pro/cornerstone/assets/js/app.react18.7.7.10.js:92
    Lodash 2
    Ie /wp-content/themes/pro/cornerstone/assets/js/app.react18.7.7.10.js:24
SyncMessage.js:560:27

Pretty sure I don’t have dragging inputs around setup, so I’m not sure how you did that. Does this happen all the time? I’m sure when I actually setup the drag and drop for those elements you’ll not have an issue.

It does indeed not work. If you try it just grabs the entire form. I dragged some fields into the columns via the Inspector and that works.

Is it a lot of work for you to enable drag and drop on form elements? It would be nice to have since normal elements can be dragged and dropped. Of course there’s an added challenge here where you don’t want a user to drag a form input element outside of the form. I tried dragging an input element I had placed in a column out of the column and it put it outside of the form element, and only by dragging it back into the form via the Inspector can you get it back into the form.