File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
git-webui/src/share/git-webui/webui/js Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Fixed
11
11
- Fixed JS errors in Studio on certain operations (#416 )
12
+ - Fixed issue where selecting different item in stash list didn't update diff view
12
13
13
14
## [ 2.4.0] - 2024-07-08
14
15
Original file line number Diff line number Diff line change @@ -2056,11 +2056,6 @@ webui.CommitView = function(historyView) {
2056
2056
var self = this ;
2057
2057
2058
2058
self . update = function ( entry ) {
2059
- if ( currentCommit == entry . commit ) {
2060
- // We already display the right data. No need to update.
2061
- return ;
2062
-
2063
- }
2064
2059
currentCommit = entry . commit ;
2065
2060
self . showDiff ( ) ;
2066
2061
buttonBox . select ( 0 ) ;
You can’t perform that action at this time.
0 commit comments