Skip to content

Commit

Permalink
Remove added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
srietkerk committed Aug 30, 2023
1 parent b17256f commit 05bf37d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/src/toolbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,6 @@ export class Toolbox extends data.Component<ToolboxProps, ToolboxState> {
])

let index = 0;
// I don't think this is working.. may remove or try to fix.
let topRowIndex = 0; // index of top-level rows for animation
const advancedButtonState = showAdvanced ? "advancedexpanded" : "advancedcollapsed";
return <div ref={this.handleRootElementRef} className={classes} id={`${editorname}EditorToolbox`}>
Expand Down

0 comments on commit 05bf37d

Please sign in to comment.