mirror of https://github.com/node-red/node-red.git
Increase double-click to edit time
parent
6f0e619611
commit
a3ce04e9a5
|
|
@ -815,7 +815,7 @@ RED.view = function() {
|
|||
}
|
||||
|
||||
function nodeMouseUp(d) {
|
||||
if (mousedown_node == d && clickElapsed > 0 && clickElapsed < 300) {
|
||||
if (mousedown_node == d && clickElapsed > 0 && clickElapsed < 750) {
|
||||
RED.editor.edit(d);
|
||||
clickElapsed = 0;
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue