Skip to content

Remove transition group to fix drag and drop issues

Andreas Rudolf requested to merge issue-builder-transitions into master

Hi Will, this is mainly a test for creating a merge request :)

There is a bit of weird issue when dragging around questions and groups in the builder.

For instance, if you have...

  • Question_1
  • Group_1
    • Question_2

.. and then you move Question_1 into Group_1, for a short period of time the Group_1 will be duplicated and shown twice, and everything jumps around a bit.

I assume this has to do with transition-group animations, I tried to fix it but also am not well versed with them.

So this merge request removes the transition-group for now. Feel free to approve or deny it 😃

Merge request reports