mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-01 10:27:43 +01:00
Indicate connected textarea for expanded editor
This commit is contained in:
parent
0a79d55983
commit
7e9f5b8ee2
@ -1458,6 +1458,7 @@ jQuery(function () {
|
||||
wrapper.classList.add('height100p', 'wide100p', 'flex-container');
|
||||
wrapper.classList.add('flexFlowColumn', 'justifyCenter', 'alignitemscenter');
|
||||
const textarea = document.createElement('textarea');
|
||||
textarea.dataset.for = broId;
|
||||
textarea.value = String(contentEditable ? bro[0].innerText : bro.val());
|
||||
textarea.classList.add('height100p', 'wide100p', 'maximized_textarea');
|
||||
bro.hasClass('monospace') && textarea.classList.add('monospace');
|
||||
|
Loading…
x
Reference in New Issue
Block a user