Skip to content

Commit

Permalink
fix: DEV-1442: fix FF ticket number (#2534)
Browse files Browse the repository at this point in the history
* 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 16, 2022
1 parent f1df600 commit 9a66fb5
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-2313: Unfinished polygon zoom fix (#708)\n\nupdate drawing region sizes on zoom\r\n\r\nCo-authored-by: Travis Clark <“travisjosephclark@gmail.com”>",
"commit": "a5ff831a925117623cb873d574bf4aa1c83a76b5",
"message": "fix: DEV-1442: fix FF ticket number (#710)\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\r\n\r\n* fix: DEV-1442: fix FF ticket number",
"commit": "ab2c1539aacbcc6729429cf8cf17995f49f8dff6",
"branch": "master",
"date": "2022-06-15T15:07:38Z"
"date": "2022-06-16T15:57:30Z"
}

0 comments on commit 9a66fb5

Please sign in to comment.