mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Update 20-inject.html
Scroll the div down automatically when the user changes the repeat drop down.
This commit is contained in:
		| @@ -278,7 +278,9 @@ | ||||
|                     $("#node-input-once").prop('checked', false); | ||||
|                 } | ||||
|                  | ||||
|                 // Fire oneditresize? | ||||
|                 // Scroll down | ||||
|                 var scrollDiv = $("#dialog-form").parent(); | ||||
|                 scrollDiv.scrollTop(scrollDiv.prop('scrollHeight')); | ||||
|             }); | ||||
|  | ||||
|             $("#node-input-once").on("change", function() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user