Skip to content

Commit

Permalink
fix: DEV-1442: deselection of ImageView bounding box before creating …
Browse files Browse the repository at this point in the history
…another (#2475)

* fix: DEV-1442: clicking off a previously selected image rect region should deselect and not start a new region

* [frontend] Get build lsf

Co-authored-by: bmartel <bmartel@users.noreply.github.com>
  • Loading branch information
bmartel and bmartel committed Jun 15, 2022
1 parent ec71f99 commit 924feb3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion label_studio/frontend/dist/lsf/js/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion label_studio/frontend/dist/lsf/js/main.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions label_studio/frontend/dist/lsf/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"message": "fix: DEV-2309: don't show the delete all region button when annotation is readonly (#707)",
"commit": "ed8a5904c689db026aefd3a0e3507204479cd7d4",
"message": "fix: DEV-1442: deselection of ImageView bounding box before creating another (#684)\n\n* fix: DEV-1422: clicking off a previously selected image rect region should deselect and not start a new region\r\n\r\n* fix: DEV-1442: image transformer test should deselect before region multiselect\r\n\r\n* fix: DEV-1442: travel through brush history test\r\n\r\n* fix: DEV-1442: spacing\r\n\r\n* fix: DEV-1442: ctrl usage to CommandOrControl in tests\r\n\r\n* fix: DEV-1442: put change behind FF\r\n\r\n* fix: DEV-1422: update to fix handling to include multi point polyregions",
"commit": "c36dec7c872b3c8c23dfe4f02004ffa6e33607af",
"branch": "master",
"date": "2022-06-14T18:08:14Z"
"date": "2022-06-15T13:47:31Z"
}

0 comments on commit 924feb3

Please sign in to comment.