Browse Source

Fix Create new branch (#11294)

Fix #11212

Signed-off-by: Andrew Thornton <art27@cantab.net>
tags/v1.13.0-dev
zeripath 5 years ago committed by GitHub
parent
commit
680dfab2ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      web_src/js/index.js

2
web_src/js/index.js

@ -3085,7 +3085,7 @@ function initFilterBranchTagDropdown(selector) {
if (!this.showCreateNewBranch) {
return;
}
this.$refs.newBranchForm.trigger('submit');
$(this.$refs.newBranchForm).trigger('submit');
},
focusSearchField() {
const vm = this;

Loading…
Cancel
Save