Clear context contents when switching projects

Fixes #3240
This commit is contained in:
Nick O'Leary
2021-11-02 00:12:30 +00:00
parent 30b00741b5
commit 3abef972a7
4 changed files with 124 additions and 28 deletions

View File

@@ -206,6 +206,7 @@ module.exports = {
eachNode: flows.eachNode,
getContext: context.get,
clearContext: context.clear,
installerEnabled: registry.installerEnabled,
installModule: installModule,