fixes heiht request from MD

This commit is contained in:
Paul Schneider 2016-10-12 02:08:16 +02:00
commit 592b7eef75
3 changed files with 20 additions and 10 deletions

View file

@ -17,7 +17,7 @@ using System.Linq;
using System.Text;
[System.CodeDom.Compiler.GeneratedCodeAttribute("RazorTemplatePreprocessor", "4.2.0.680")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("RazorTemplatePreprocessor", "4.2.0.703")]
public partial class MarkdownEditor : MarkdownEditorBase
{
@ -143,6 +143,10 @@ WriteLiteral(@">
invokeCSharpAction(getMD());
}
});
$(document).ready(function () {
// TODO implement a dedicated injection
invokeCSharpAction(getMD());
});
</script>
</body>