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
Describe the bug
Setting a new icon to LeftIconItem the previous item is not removed. Possibly caused by a copy & paste action.
LeftIconItem
vaadin-app-layout/app-layout-addon/src/main/java/com/github/appreciated/app/layout/component/menu/left/items/LeftIconItem.java
Lines 42 to 50 in 7271e33
Line 44 has to be:
remove(icon);
Expected behavior
The previous item is removed correctly.
Additional Information (please complete the following information):
21.0.0-beta1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Setting a new icon to
LeftIconItem
the previous item is not removed.Possibly caused by a copy & paste action.
vaadin-app-layout/app-layout-addon/src/main/java/com/github/appreciated/app/layout/component/menu/left/items/LeftIconItem.java
Lines 42 to 50 in 7271e33
Line 44 has to be:
Expected behavior
The previous item is removed correctly.
Additional Information (please complete the following information):
21.0.0-beta1
The text was updated successfully, but these errors were encountered: