@@ -84,6 +84,7 @@ namespace PixiEditor.Views
private void TextBlock_MouseDown(object sender, MouseButtonEventArgs e)
{
if (e.ClickCount == 2)
+ {
EnableEditing();
}