mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Revert branchList focus call change
This commit is contained in:
		| @@ -582,7 +582,7 @@ RED.sidebar.versionControl = (function() { | ||||
|                     localBranchBox.show(); | ||||
|                     setTimeout(function() { | ||||
|                         localBranchBox.css("height","215px"); | ||||
|                         localBranchList.trigger("focus"); | ||||
|                         localBranchList.focus(); | ||||
|                     },100); | ||||
|                 } | ||||
|             }) | ||||
| @@ -775,7 +775,7 @@ RED.sidebar.versionControl = (function() { | ||||
|                     setTimeout(function() { | ||||
|                         remoteBranchSubRow.height(180); | ||||
|                         remoteBox.css("height","445px"); | ||||
|                         remoteBranchList.trigger("focus"); | ||||
|                         remoteBranchList.focus(); | ||||
|                     },100); | ||||
|                 } | ||||
|             }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user