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

Commit ec20167

Browse files
Only clearing the commit message and body on commit success
1 parent 4596bde commit ec20167

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,10 +355,10 @@ private void Commit()
355355
if (success)
356356
{
357357
TaskManager.Run(UsageTracker.IncrementChangesViewButtonCommit);
358-
}
359358

360-
commitMessage = "";
361-
commitBody = "";
359+
commitMessage = "";
360+
commitBody = "";
361+
}
362362
}).Start();
363363
}
364364
}

0 commit comments

Comments
 (0)