Merge pull request #2547 from node-red-hitachi/fix-project-menu-item-activation

Activate project menu after initial clone
pull/2554/head
Nick O'Leary 2020-05-04 16:14:42 +01:00 committed by GitHub
commit 0edc57f0e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -685,6 +685,8 @@ RED.projects = (function() {
}
}
},projectData).then(function() {
RED.menu.setDisabled('menu-item-projects-open',false);
RED.menu.setDisabled('menu-item-projects-settings',false);
RED.events.emit("project:change", {name:name});
}).always(function() {
setTimeout(function() {