Reorder in Relation controller does not work correctly

@daft Hello, I created a Taylor blueprint “Video” with the structure type. In another blueprint I am trying to output data related to this blueprint via a relation controller. How can I make it possible to reorder related data in relation controller context ?

        label: Рекомендуемое видео
        type: entries
        source: content-video
        displayMode: controller
        controller:
            label: Видео
            view:
                structure:
                    showTree: false
                    showReorder: true
                    showSorting: false
                    maxDepth: 1
                toolbarButtons: add|remove

Using this code I have the ability to reorder, but it also affects the overall order of the “video” blueprint

@daft need help. How reorder relation data in tailor?

Bug confirmed. I want to add that if you want to reorder another entry that is not in structure mode (for example stream), you cannot reorder. Dragbar appears but order always stay the same