Skip to content

Commit ee5b36c

Browse files
committed
"_htmlEditor" should accept returns
1 parent 8497b35 commit ee5b36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/Avalonia/HtmlRenderer.Demo.Avalonia/MainControl.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</ToolTip.Tip>
2929
</av:HtmlPanel>
3030
<GridSplitter Grid.Row="1" HorizontalAlignment="Stretch" Height="4" Background="#BFDBFF" />
31-
<TextBox x:Name="_htmlEditor" Grid.Row="2" BorderThickness="0" TextChanged="OnHtmlEditor_TextChanged" />
31+
<TextBox x:Name="_htmlEditor" Grid.Row="2" AcceptsReturn="True" BorderThickness="0" TextChanged="OnHtmlEditor_TextChanged" />
3232
</Grid>
3333
</Grid>
3434
</UserControl>

0 commit comments

Comments
 (0)