Run indexing for new script dependencies if they are updated from notification
This commit is contained in:
+1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user