Fix mouse capture not ending after connecting Visject boxes

This commit is contained in:
Ari Vuollet
2026-08-18 02:21:27 +03:00
parent 1146620d4f
commit b81e52481e
@@ -287,6 +287,7 @@ namespace FlaxEditor.Surface
// Reset instigator list
_connectionInstigators.Clear();
EndMouseCapture();
}
}
}