mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-87930: "Edit library" action is not dumb aware
This commit is contained in:
+5
@@ -184,6 +184,11 @@ public class ClasspathPanelImpl extends JPanel implements ClasspathPanel {
|
||||
public void actionPerformed(AnActionEvent e) {
|
||||
doEdit();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isDumbAware() {
|
||||
return true;
|
||||
}
|
||||
};
|
||||
add(createTableWithButtons(), BorderLayout.CENTER);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user