Skip to content

Commit 7ee442d

Browse files
committed
updated custom HTML ID in collab room and updated test case in SignIn
1 parent 18f61b2 commit 7ee442d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

app/src/components/left/HTMLPanel.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,6 @@ const HTMLPanel = (props): JSX.Element => {
3939
);
4040

4141
const dispatch = useDispatch();
42-
// let startingID = 0;
43-
// state.HTMLTypes.forEach((element) => {
44-
// if (element.id >= startingID) startingID = element.id;
45-
// });
46-
console.log('currentID:', currentID);
47-
// startingID += 1;
48-
49-
// const [currentID, setCurrentID] = useState(startingID);
50-
51-
// const buttonClasses =
52-
// 'MuiButtonBase-root MuiButton-root MuiButton-text makeStyles-button-12 MuiButton-textPrimary';
5342

5443
const handleTagChange = (e: React.ChangeEvent<HTMLInputElement>) => {
5544
resetError();

0 commit comments

Comments
 (0)