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

Commit f9a6c62

Browse files
authored
Merge pull request #325 from github/fixes/broken-history-view
Forgetting to remove a corresponding `EndChangeCheck`
2 parents 6e14fc2 + e364001 commit f9a6c62

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -341,11 +341,6 @@ public void OnEmbeddedGUI()
341341
{
342342
Push();
343343
}
344-
345-
if (EditorGUI.EndChangeCheck())
346-
{
347-
OnSelectionChange();
348-
}
349344
}
350345
GUILayout.EndHorizontal();
351346

0 commit comments

Comments
 (0)