Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/extend-region-actions'
Browse files Browse the repository at this point in the history
  • Loading branch information
yasenytskyoleh committed Apr 22, 2024
2 parents ce8f0f8 + dce4729 commit 4f4cffe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idapgroup/react-image-annotate",
"version": "2.0.15",
"version": "2.0.16",
"type": "module",
"main": "dist/react-image-annotate.js",
"types": "dist/lib.d.ts",
Expand Down
1 change: 0 additions & 1 deletion src/Annotator/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ export const Annotator = ({
) => MainLayoutState,
immutableState as unknown as MainLayoutState
);
console.log(state);

const dispatch = useEventCallback((action: Action) => {
if (action.type === "HEADER_BUTTON_CLICKED") {
Expand Down

0 comments on commit 4f4cffe

Please sign in to comment.