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 18f61b2 commit 7ee442dCopy full SHA for 7ee442d
app/src/components/left/HTMLPanel.tsx
@@ -39,17 +39,6 @@ const HTMLPanel = (props): JSX.Element => {
39
);
40
41
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';
53
54
const handleTagChange = (e: React.ChangeEvent<HTMLInputElement>) => {
55
resetError();
0 commit comments