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

Commit ff03fe2

Browse files
Setting value
1 parent 7ad7355 commit ff03fe2

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
@@ -730,6 +730,7 @@ private void BuildTree()
730730
{
731731
treeChanges = new ChangesTree();
732732
treeChanges.Title = "Changes";
733+
treeChanges.IsSelectable = false;
733734
treeChanges.DisplayRootNode = false;
734735
treeChanges.PathSeparator = Environment.FileSystem.DirectorySeparatorChar.ToString();
735736

0 commit comments

Comments
 (0)