We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8497b35 commit ee5b36cCopy full SHA for ee5b36c
demo/Avalonia/HtmlRenderer.Demo.Avalonia/MainControl.axaml
@@ -28,7 +28,7 @@
28
</ToolTip.Tip>
29
</av:HtmlPanel>
30
<GridSplitter Grid.Row="1" HorizontalAlignment="Stretch" Height="4" Background="#BFDBFF" />
31
- <TextBox x:Name="_htmlEditor" Grid.Row="2" BorderThickness="0" TextChanged="OnHtmlEditor_TextChanged" />
+ <TextBox x:Name="_htmlEditor" Grid.Row="2" AcceptsReturn="True" BorderThickness="0" TextChanged="OnHtmlEditor_TextChanged" />
32
</Grid>
33
34
</UserControl>
0 commit comments