🧹 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;
|
||||
align-items: center;
|
||||
|
||||
// TODO:
|
||||
svg {
|
||||
max-height: ${remSize(32)};
|
||||
padding: ${remSize(4)}
|
||||
|
|
|
@ -88,7 +88,6 @@ const Console = () => {
|
|||
|
||||
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; });
|
||||
|
||||
const consoleClass = classNames({
|
||||
|
|
Loading…
Reference in a new issue