Skip to content

Commit

Permalink
Fixed two exceptions on cvat-canvas often occuring on app.cvat.ai (#8067
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bsekachev committed Jun 24, 2024
1 parent 933fbb3 commit 1dcb84a
Show file tree
Hide file tree
Showing 4 changed files with 395 additions and 490 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### Fixed

- Exception 'this.el.node.getScreenCTM() is null' occuring in Firefox when
a user resizes window during skeleton dragging/resizing (<https://github.com/cvat-ai/cvat/pull/8067>)
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### Fixed

- Exception 'Edge's nodeFrom M or nodeTo N do not to refer to any node'
occuring when a user resizes window during skeleton dragging/resizing (<https://github.com/cvat-ai/cvat/pull/8067>)
2 changes: 1 addition & 1 deletion cvat-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cvat-canvas",
"version": "2.20.3",
"version": "2.20.4",
"type": "module",
"description": "Part of Computer Vision Annotation Tool which presents its canvas library",
"main": "src/canvas.ts",
Expand Down
Loading

0 comments on commit 1dcb84a

Please sign in to comment.