mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
fix monaco editor background
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
AutomaticLayout = true,
|
||||
FontFamily = "DM Mono, monospace",
|
||||
FontSize = 16,
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user