Skip to content

Commit f4487e0

Browse files
committed
remove unused code
1 parent 6d02c9a commit f4487e0

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/ui/menus/CodeEditor/CodeEditor.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,6 @@ export default function CodeEditor() {
5757
focusGrid();
5858
};
5959

60-
// use exiting cell or create new cell
61-
// if (cells !== undefined && cells[0] !== undefined) {
62-
// cell = cells[0];
63-
// } else if (x !== undefined && y !== undefined) {
64-
// cell = {
65-
// x: Number(x),
66-
// y: Number(y),
67-
// type: mode as CellTypes,
68-
// value: '',
69-
// } as Cell;
70-
// }
71-
7260
// use exiting cell or create new cell
7361
let cell: Cell | undefined;
7462
if (cells !== undefined && cells[0] !== undefined) {

0 commit comments

Comments
 (0)