Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 9a5d027

Browse files
committed
refresh asset database after revert
1 parent 1b3d0de commit 9a5d027

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/HistoryView.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ protected void RevertCommit()
349349
EditorUtility.DisplayDialog(dialogTitle,
350350
"Error reverting commit: " + e.Message, Localization.Cancel);
351351
}
352+
AssetDatabase.Refresh();
352353
})
353354
.Start();
354355
}

0 commit comments

Comments
 (0)