This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
TreeStructureChanged
marked as true
when whitespace is added to a page with TagHelper
s #553
Closed
Description
The Razor editor uses the TreeStructureChanged property to determine if a full-parse should occur. Today, if there's a TagHelper
on a page hitting Enter results in its value being set to true
. This winds up causing unneeded parsing of the document.