This PR enables the activateDroppedTab behavior by default and removes the preview feature.
Additionally, a widget tab's drag-and-drop logic is updated to activate the dropped tab only if it was active when the drag interaction was initiated.
Testing
Additional unit tests were added and tested manually via the test app.
Changes
This PR enables the
activateDroppedTab
behavior by default and removes the preview feature. Additionally, a widget tab's drag-and-drop logic is updated to activate the dropped tab only if it was active when the drag interaction was initiated.Testing
Additional unit tests were added and tested manually via the test app.