up
This commit is contained in:
+4
-2
@@ -805,10 +805,10 @@
|
||||
<button class="attach-option" data-action="template">Enviar plantilla</button>
|
||||
</div>
|
||||
<div style="display:flex; gap:8px; align-items:center;">
|
||||
<select id="message-type" class="form-select form-select-sm" style="width:auto; margin-right:8px;">
|
||||
<!-- <select id="message-type" class="form-select form-select-sm" style="width:auto; margin-right:8px;">
|
||||
<option value="text">Texto</option>
|
||||
<option value="template">Plantilla</option>
|
||||
</select>
|
||||
</select> -->
|
||||
<div id="templateSelectContainer" style="display:none; margin-right:8px;">
|
||||
<select id="templateSelect" class="form-select form-select-sm">
|
||||
<option value="">Seleccionar plantilla...</option>
|
||||
@@ -2746,6 +2746,8 @@
|
||||
const sendBtn = document.getElementById('send-btn');
|
||||
// ensure send button is enabled
|
||||
if (sendBtn) sendBtn.disabled = false;
|
||||
// Update mic/send visibility (hide mic when a file is selected)
|
||||
if (this._updateSendMicVisibility) this._updateSendMicVisibility();
|
||||
}
|
||||
|
||||
formatFileSize(bytes) {
|
||||
|
||||
Reference in New Issue
Block a user