Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: LEAP-419: Fix brush issues appeared after fixing zoom performance #5093

Merged
merged 15 commits into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/tags/taxonomy.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
| [placeholder=] | <code>string</code> | | What to display as prompt on the input |
| [perRegion] | <code>boolean</code> | | Use this tag to classify specific regions instead of the whole object |
| [perItem] | <code>boolean</code> | | Use this tag to classify specific items inside the object instead of the whole object[^1] |
| [legacy] | <code>boolean</code> | | Use this tag to enable the legacy version of the Taxonomy tag. When true, the `apiUrl` parameter is not usable[^2] |
| [legacy] | <code>boolean</code> | | Use this tag to enable the legacy version of the Taxonomy tag. When true, the `apiUrl` parameter is not useable[^2] |

Check failure on line 37 in docs/source/tags/taxonomy.md

View workflow job for this annotation

GitHub Actions / Check for spelling errors

useable ==> usable

### Example

Expand Down
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.

8 changes: 4 additions & 4 deletions label_studio/frontend/dist/lsf/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"message": "fix: LEAP-31: Fix functioning of auto annotations (#1605)",
"commit": "f209200de05aad01cba5dffc59883d0de4615458",
"branch": "master",
"date": "2023-11-21T23:29:28Z"
"message": "fix: LEAP-419: Fix brush issues appeared after fixing zoom performance",
"commit": "246882784264513aac6d960fc1d11b0d78650a8b",
"branch": "fb-leap-419/brush-fixes",
"date": "2023-11-27T21:57:31Z"
}
Loading