mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 15:18:32 -06:00
got debounced saving working. some of the assignment saving logic is real time
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
private bool showBackdrop = false;
|
||||
public void Show()
|
||||
{
|
||||
|
||||
modalClass = "show-modal";
|
||||
showBackdrop = true;
|
||||
OnShow();
|
||||
|
||||
Reference in New Issue
Block a user