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