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
If no active item has been set, this function errors at line 70 as this.getActiveItem() returns undefined.
this.getActiveItem()
undefined
The text was updated successfully, but these errors were encountered:
issue/#2035: bug in setActiveItem when no item active
775fa68
issue/#2035: bug in setActiveItem when no item active (#2036)
6b61c80
oliverfoster
No branches or pull requests
Subject of the issue
If no active item has been set, this function errors at line 70 as
this.getActiveItem()
returnsundefined
.The text was updated successfully, but these errors were encountered: