Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Wilde committed Sep 18, 2021
1 parent f73ea92 commit f392204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed mpc_project_helper.crx
Binary file not shown.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ class App extends React.Component<{}, {
dataSource={files}
keyExpr="name"
repaintChangesOnly={true}
allowItemDeleting={true}>
itemRender={this.onItemRender}
allowItemDeleting={true}
itemRender={this.onItemRender}>
<ItemDragging
allowReordering={true}
group="files"
Expand Down

0 comments on commit f392204

Please # to comment.