Merge branch 'develop' into feature/mobile-files-tab
This commit is contained in:
commit
9ced702090
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@ const Console = () => {
|
|||
|
||||
const cm = useRef({});
|
||||
|
||||
useDidUpdate(() => { cm.current.scrollTop = cm.current.scrollHeight; });
|
||||
|
||||
const consoleClass = classNames({
|
||||
'preview-console': true,
|
||||
'preview-console--collapsed': !isExpanded
|
||||
|
|
Loading…
Reference in a new issue