Run indexing for new script dependencies if they are updated from notification

This commit is contained in:
Natalia Selezneva
2019-03-26 12:20:44 +03:00
parent 776a89086f
commit ca49e17157
@@ -57,6 +57,7 @@ abstract class ScriptDependenciesLoader(protected val project: Project) {
file.addScriptDependenciesNotificationPanel(result, project) {
saveDependencies(it, file, scriptDef)
attachReportsIfChanged(it, file, scriptDef)
submitMakeRootsChange()
}
} else {
saveDependencies(result, file, scriptDef)