mirror of https://github.com/node-red/node-red.git
Revalidate project name on return to project-details view
parent
bf5d741f0d
commit
68a3d71ee6
|
@ -238,7 +238,7 @@ RED.projects = (function() {
|
|||
|
||||
setTimeout(function() {
|
||||
projectNameInput.focus();
|
||||
validateForm();
|
||||
projectNameInput.change();
|
||||
},50);
|
||||
return container;
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue