mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Focus Quick Add dialog from context menu
This commit is contained in:
		| @@ -55,7 +55,7 @@ RED.contextMenu = (function () { | ||||
|                     onselect: function () { | ||||
|                         RED.view.showQuickAddDialog({ | ||||
|                             position: [addX, addY], | ||||
|                             touchTrigger: true, | ||||
|                             touchTrigger: 'ontouchstart' in window, | ||||
|                             splice: isSingleLink ? selection.links[0] : undefined, | ||||
|                             // spliceMultiple: isMultipleLinks | ||||
|                         }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user