Update conversations.php

This commit is contained in:
Lizandro Guarnizo
2026-01-24 11:23:39 -05:00
parent 7dde0f625a
commit 250be078b3
+2
View File
@@ -3120,6 +3120,8 @@
input.disabled = false;
document.getElementById('send-btn').disabled = false;
input.focus();
// Ensure send/mic visibility is recalculated (restore mic when input empty)
try { if (typeof this._updateSendMicVisibility === 'function') this._updateSendMicVisibility(); } catch (e) { console.warn('updateSendMicVisibility failed', e); }
}
}