const t = document.getElementById('multiline-static');
        const v = t.value;
        t.value = '';
        t.focus();
        t.value = v;