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