We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce:
TypeError Cannot read property 'removeClass' of undefined
TypeError: Cannot read property 'removeClass' of undefined at Mu.deactivateShape (http://34.91.5.56:8080/cvat-ui.min.js:72:1383456) at Mu.deactivate (http://34.91.5.56:8080/cvat-ui.min.js:72:1383969) at Mu.activate (http://34.91.5.56:8080/cvat-ui.min.js:72:1386548) at Mu.notify (http://34.91.5.56:8080/cvat-ui.min.js:72:1376400) at Cc.notify (http://34.91.5.56:8080/cvat-ui.min.js:72:1293622) at Cc.activate (http://34.91.5.56:8080/cvat-ui.min.js:72:1296706) at Lu.activate (http://34.91.5.56:8080/cvat-ui.min.js:72:1391016) at od.componentDidUpdate (http://34.91.5.56:8080/cvat-ui.min.js:72:1424991) at yl (http://34.91.5.56:8080/cvat-ui.min.js:43:100837) at t.unstable_runWithPriority (http://34.91.5.56:8080/cvat-ui.min.js:51:3465)
The text was updated successfully, but these errors were encountered:
git describe 0.2.0-706-g6566e4a
git describe
Sorry, something went wrong.
Also found the issue. It is enough just to deactivate a tag.
@ActiveChooN could you please look into this?
@bsekachev, maybe it's good idea to add activated shape id checking in cvat-canvas in activation method, is it?
ActiveChooN
Successfully merging a pull request may close this issue.
Steps to reproduce:
TypeError
Cannot read property 'removeClass' of undefined
TypeError: Cannot read property 'removeClass' of undefined
at Mu.deactivateShape (http://34.91.5.56:8080/cvat-ui.min.js:72:1383456)
at Mu.deactivate (http://34.91.5.56:8080/cvat-ui.min.js:72:1383969)
at Mu.activate (http://34.91.5.56:8080/cvat-ui.min.js:72:1386548)
at Mu.notify (http://34.91.5.56:8080/cvat-ui.min.js:72:1376400)
at Cc.notify (http://34.91.5.56:8080/cvat-ui.min.js:72:1293622)
at Cc.activate (http://34.91.5.56:8080/cvat-ui.min.js:72:1296706)
at Lu.activate (http://34.91.5.56:8080/cvat-ui.min.js:72:1391016)
at od.componentDidUpdate (http://34.91.5.56:8080/cvat-ui.min.js:72:1424991)
at yl (http://34.91.5.56:8080/cvat-ui.min.js:43:100837)
at t.unstable_runWithPriority (http://34.91.5.56:8080/cvat-ui.min.js:51:3465)
The text was updated successfully, but these errors were encountered: