mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Revalidate project name on return to project-details view
This commit is contained in:
parent
bf5d741f0d
commit
68a3d71ee6
@ -238,7 +238,7 @@ RED.projects = (function() {
|
|||||||
|
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
projectNameInput.focus();
|
projectNameInput.focus();
|
||||||
validateForm();
|
projectNameInput.change();
|
||||||
},50);
|
},50);
|
||||||
return container;
|
return container;
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user