You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dannyrb I was looking at the docs and it mentions to store cornerstone.getEnabledElement(element) in a variable and then check the variable to see if it is enabled or not before proceeding. The issue is that it causes an error (sometimes multiple) in the console when calling this function on an element that isn't enabled. Is there another function for this type of check that won't give an error? This is happening in an Angular 11 application.
The text was updated successfully, but these errors were encountered:
@dannyrb I was looking at the docs and it mentions to store cornerstone.getEnabledElement(element) in a variable and then check the variable to see if it is enabled or not before proceeding. The issue is that it causes an error (sometimes multiple) in the console when calling this function on an element that isn't enabled. Is there another function for this type of check that won't give an error? This is happening in an Angular 11 application.
The text was updated successfully, but these errors were encountered: