🧹 remove FIXME
This commit is contained in:
parent
24a26c16c2
commit
604add5b03
2 changed files with 0 additions and 2 deletions
|
@ -23,7 +23,6 @@ const HeaderDiv = styled.div`
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
// TODO:
|
|
||||||
svg {
|
svg {
|
||||||
max-height: ${remSize(32)};
|
max-height: ${remSize(32)};
|
||||||
padding: ${remSize(4)}
|
padding: ${remSize(4)}
|
||||||
|
|
|
@ -88,7 +88,6 @@ const Console = () => {
|
||||||
|
|
||||||
const cm = useRef({});
|
const cm = useRef({});
|
||||||
|
|
||||||
// // 2. FIXME: Console is not opening/closing, and I suspect it has to do with this
|
|
||||||
useDidUpdate(() => { cm.current.scrollTop = cm.current.scrollHeight; });
|
useDidUpdate(() => { cm.current.scrollTop = cm.current.scrollHeight; });
|
||||||
|
|
||||||
const consoleClass = classNames({
|
const consoleClass = classNames({
|
||||||
|
|
Loading…
Reference in a new issue