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
On this line
OctoPrint-PrettyGCode/octoprint_prettygcode/static/js/prettygcode.js
Line 765 in ccd3606
you are making a clone of the webcam div - but keeping the id webcam_rotator - this is not allowed. The DOM ID must be unique.
And easy fix could be to change the ID(s) of the clone and of course fixing the CSS assinged to the id (
OctoPrint-PrettyGCode/octoprint_prettygcode/static/css/prettygcode.css
Line 116 in ccd3606
This causes problems for my plugin UI Customizer and also other code that expects the webcam_rotator to be a unique id
The text was updated successfully, but these errors were encountered:
It also looks like there is a call to the internal "_enableWebcam();" function - and its also stopped and started here:
Line 809 in ccd3606
Sorry, something went wrong.
No branches or pull requests
On this line
OctoPrint-PrettyGCode/octoprint_prettygcode/static/js/prettygcode.js
Line 765 in ccd3606
you are making a clone of the webcam div - but keeping the id webcam_rotator - this is not allowed. The DOM ID must be unique.
And easy fix could be to change the ID(s) of the clone and of course fixing the CSS assinged to the id (
OctoPrint-PrettyGCode/octoprint_prettygcode/static/css/prettygcode.css
Line 116 in ccd3606
This causes problems for my plugin UI Customizer and also other code that expects the webcam_rotator to be a unique id
The text was updated successfully, but these errors were encountered: