Выделение отдельных сервисов

This commit is contained in:
2026-01-08 00:00:50 +03:00
parent c3770c789b
commit 9ea82af329
8 changed files with 35 additions and 33 deletions

View File

@@ -125,10 +125,10 @@ public class DockTabHandler
/// </summary>
private void CompleteDocking()
{
if (_sourceNode != null && _targetNode != null && _host.Manager != null)
if (_sourceNode != null && _targetNode != null && _host.Service != null)
{
// Вызываем логику перестроения дерева в Lattice.Core
_host.Manager.Dock(_sourceNode, _targetNode, _currentSide);
_host.Service.Dock(_sourceNode, _targetNode, _currentSide);
}
// Очистка UI