Код: Выделить всё
const newHeight = 1000;
//dynamic style change of the root element container height
container.style.height = ${newHeight}px;
...
//force layout update to reflect block code area(root container) height
(window as any).app.workspace.requestUpdateLayout(false)
...
< /code>
Но в режиме предварительного просмотра это не работает. Вид не обновляет измененную высоту. app.workspace.requestupdatelayout (false) Подробнее здесь: https://stackoverflow.com/questions/795 ... ic-styling
Мобильная версия