mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
peace nirvana and no yellow warning lines in my console
This commit is contained in:
@@ -31,7 +31,7 @@ public class QuizEditorContext
|
||||
get => _quiz;
|
||||
set
|
||||
{
|
||||
if (_quiz == null && value != null)
|
||||
if (_quiz == null && value != null && planner != null && planner.LocalCourse != null)
|
||||
{
|
||||
_module = getCurrentLocalModule(value, planner.LocalCourse);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user