diff --git a/Bloxstrap/UI/Elements/Editor/BootstrapperEditorWindow.xaml b/Bloxstrap/UI/Elements/Editor/BootstrapperEditorWindow.xaml index 93952ac7a..be25dc018 100644 --- a/Bloxstrap/UI/Elements/Editor/BootstrapperEditorWindow.xaml +++ b/Bloxstrap/UI/Elements/Editor/BootstrapperEditorWindow.xaml @@ -15,6 +15,7 @@ d:DataContext="{d:DesignInstance dmodels:BootstrapperEditorWindowViewModel, IsDesignTimeCreatable=True}" Background="{ui:ThemeResource ApplicationBackgroundBrush}" + Closing="OnClosing" ExtendsContentIntoTitleBar="True" mc:Ignorable="d"> @@ -40,8 +41,7 @@ Margin="10,10,10,0" ShowLineNumbers="True" Style="{StaticResource NewTextEditor}" - SyntaxHighlighting="XML" - TextChanged="OnCodeChanged" /> + SyntaxHighlighting="XML" />