fix monaco editor background

This commit is contained in:
2023-11-11 15:04:57 -07:00
parent e4cae72856
commit a0931f5003
4 changed files with 11 additions and 6 deletions

View File

@@ -14,7 +14,6 @@
get => _quizMarkdownInput;
set
{
Console.WriteLine("setting");
_quizMarkdownInput = value;
try
@@ -52,8 +51,6 @@
{
quizContext.StateHasChanged -= reload;
}
}
<div class="d-flex flex-column h-100">