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) {
|
file.addScriptDependenciesNotificationPanel(result, project) {
|
||||||
saveDependencies(it, file, scriptDef)
|
saveDependencies(it, file, scriptDef)
|
||||||
attachReportsIfChanged(it, file, scriptDef)
|
attachReportsIfChanged(it, file, scriptDef)
|
||||||
|
submitMakeRootsChange()
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
saveDependencies(result, file, scriptDef)
|
saveDependencies(result, file, scriptDef)
|
||||||
|
|||||||
Reference in New Issue
Block a user