Indicate connected textarea for expanded editor
| @@ -1458,6 +1458,7 @@ jQuery(function () { | ||
| 1458 | 1458 | wrapper.classList.add('height100p', 'wide100p', 'flex-container'); |
| 1459 | 1459 | wrapper.classList.add('flexFlowColumn', 'justifyCenter', 'alignitemscenter'); |
| 1460 | 1460 | const textarea = document.createElement('textarea'); |
| 1461 | + textarea.dataset.for = broId; | |
| 1461 | 1462 | textarea.value = String(contentEditable ? bro[0].innerText : bro.val()); |
| 1462 | 1463 | textarea.classList.add('height100p', 'wide100p', 'maximized_textarea'); |
| 1463 | 1464 | bro.hasClass('monospace') && textarea.classList.add('monospace'); |