Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/210on/infox into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
210on committed Jan 17, 2024
2 parents 83c8e2a + cd8c5de commit cad2828
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/Memo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,10 @@ export function Memo(): JSX.Element {
<Grid item xs={12}>
<ReactTags
tags={Array.isArray(tags) ? tags : []}
//tags={tags}
handleDelete={handleDelete}
handleAddition={handleAddition}
handleDrag={handleDrag}
delimiters={[188, 13]} // カンマとエンターキー
tagComponent={CustomTagComponent}
/>
</Grid>

Expand Down

0 comments on commit cad2828

Please sign in to comment.