From 68a3d71ee6bdbc8c03cc8c87663da3ee87622104 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Thu, 1 Feb 2018 09:47:29 +0000 Subject: [PATCH] Revalidate project name on return to project-details view --- editor/js/ui/projects/projects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/js/ui/projects/projects.js b/editor/js/ui/projects/projects.js index b4a869581..ed7bde4ec 100644 --- a/editor/js/ui/projects/projects.js +++ b/editor/js/ui/projects/projects.js @@ -238,7 +238,7 @@ RED.projects = (function() { setTimeout(function() { projectNameInput.focus(); - validateForm(); + projectNameInput.change(); },50); return container; },