mirror of https://github.com/node-red/node-red.git
Focus Quick Add dialog from context menu
parent
f0a9b0cf69
commit
6c64ba45c2
|
@ -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
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue