Skip to content

Commit 604add5

Browse files
committed
🧹 remove FIXME
1 parent 24a26c1 commit 604add5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

client/components/mobile/Header.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const HeaderDiv = styled.div`
2323
justify-content: flex-start;
2424
align-items: center;
2525
26-
// TODO:
2726
svg {
2827
max-height: ${remSize(32)};
2928
padding: ${remSize(4)}

client/modules/IDE/components/Console.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ const Console = () => {
8888

8989
const cm = useRef({});
9090

91-
// // 2. FIXME: Console is not opening/closing, and I suspect it has to do with this
9291
useDidUpdate(() => { cm.current.scrollTop = cm.current.scrollHeight; });
9392

9493
const consoleClass = classNames({

0 commit comments

Comments
 (0)