When adding the scripts for Glimpse in ScriptInjector and using PostContent.SetHtmlContent any other tag helpers that append to PostContent for the body tag are getting overwritten.
Could this be changed to output.PostContent.AppendHtml to play nice wither others using the PostContent area?
When adding the scripts for Glimpse in ScriptInjector and using
PostContent.SetHtmlContent
any other tag helpers that append to PostContent for the body tag are getting overwritten.Could this be changed to
output.PostContent.AppendHtml
to play nice wither others using the PostContent area?