[F] Fix cannot switch back to course if closed
This commit is contained in:
@@ -131,6 +131,7 @@ export default class CourseSelection extends Vue
|
||||
if (this.activeCourse == course)
|
||||
{
|
||||
this.openedPage = '';
|
||||
this.activeCourse = null as any as UniqueCourse;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user