cache all markdown text and check if local

This commit is contained in:
LarsBrubaker 2020-06-03 12:37:16 -07:00
parent d8e582dfdd
commit 01309e9b0f
58 changed files with 2166 additions and 38 deletions

View file

@ -74,8 +74,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow.PlusTab
{
markdownWidget.Markdown = markDown;
});
},
true);
});
}
}
}