cleanup code
This commit is contained in:
@@ -122,7 +122,6 @@ class _LocalPopupMenuButtonState extends State<LocalPopupMenuButton> {
|
||||
|
||||
bool _needHighlight() {
|
||||
popmenus.forEach((e) {
|
||||
if (e == null) return;
|
||||
if (e.selected && e.highlight) return;
|
||||
});
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user