Skip to content

Commit 36bda58

Browse files
committed
update diffend in the ajax callback
1 parent 8aada18 commit 36bda58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/js/components/DiffFileTree.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ export default {
135135
this.isLoadingNewData = true;
136136
doLoadMoreFiles(this.link, this.diffEnd, () => {
137137
this.isLoadingNewData = false;
138+
this.diffEnd = window.config.pageData.diffFileInfo.diffEnd
138139
});
139140
},
140141
},

0 commit comments

Comments
 (0)