TF-4141 Fix separator still not reactive to selection mode changes.

This commit is contained in:
dab246
2025-12-29 14:46:27 +07:00
committed by Dat H. Pham
parent a30c84dd62
commit da67ba07ca
4 changed files with 26 additions and 20 deletions
@@ -15,6 +15,10 @@ mixin AiScribeMixin {
return session.getAICapability(accountId);
}
/// Returns whether the AI Scribe endpoint is available for the given session and account.
///
/// Returns `true` if the account has AI capability with an available Scribe endpoint,
/// `false` otherwise (including when session or accountId are null).
bool isAIScribeEndpointAvailable({Session? session, AccountId? accountId}) {
final aiCapability = getAICapability(
session: session,