While working on this task:
Changed openedProjectsToSessions Map from <filePath, [userSession]> to <projectId, [userSession]>
Also found instances where notify close project wasn't being called (e.g. when author opens new project via drop-down) and added it.
done, committed https://github.com/WISE-Community/WISE-Portal/commit/6b2946de1a820d02133a06e5e1a262ad8b75a032
While working on this task: Changed openedProjectsToSessions Map from <filePath, [userSession]> to <projectId, [userSession]> Also found instances where notify close project wasn't being called (e.g. when author opens new project via drop-down) and added it.