Skip to content

Commit

Permalink
fix: tree button not to submit (fix #1476) (#1492)
Browse files Browse the repository at this point in the history
  • Loading branch information
jajugoguma authored Oct 29, 2021
1 parent cbf05bd commit e6ec5d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/toast-ui.grid/src/view/treeCellContents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export class TreeCellContentsComp extends Component<Props> {
class={cls('btn-tree')}
style={{ left: i * TREE_INDENT_WIDTH }}
onClick={this.handleClick}
type="button"
>
<i />
</button>
Expand Down

0 comments on commit e6ec5d8

Please sign in to comment.