cvisionai / tator

Video analytics web platform
https://tator.io
GNU Affero General Public License v3.0
98 stars 32 forks source link

Fix missing finalizer parameter in drag handler in annotation.js #1729

Closed marktaipan-cvisionai closed 4 days ago

marktaipan-cvisionai commented 2 weeks ago

Category Bugfix

Problem If reinitCanvas() is called the finalizer parameter is not provided, and causes an error when the user starts dragging.

Request Add mouseUpHandler as the finalizer argument here