Merge branch 'develop' into feature/mobile-files-tab

This commit is contained in:
ghalestrilo 2020-08-17 18:00:25 -03:00 committed by GitHub
commit 9ced702090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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