mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Fix Create new branch (#11294)
Fix #11212 Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user