We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a26c1 commit 604add5Copy full SHA for 604add5
client/components/mobile/Header.jsx
@@ -23,7 +23,6 @@ const HeaderDiv = styled.div`
23
justify-content: flex-start;
24
align-items: center;
25
26
- // TODO:
27
svg {
28
max-height: ${remSize(32)};
29
padding: ${remSize(4)}
client/modules/IDE/components/Console.jsx
@@ -88,7 +88,6 @@ const Console = () => {
88
89
const cm = useRef({});
90
91
- // // 2. FIXME: Console is not opening/closing, and I suspect it has to do with this
92
useDidUpdate(() => { cm.current.scrollTop = cm.current.scrollHeight; });
93
94
const consoleClass = classNames({
0 commit comments