Skip to content

Commit

Permalink
Verify that #62 was fixed by #63, remove duplicate line code in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkerm committed Oct 21, 2021
1 parent 7e08fa2 commit 97314ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MonacoEditorTestApp/MainPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ private async void ButtonSetMarker_Click(object sender, RoutedEventArgs e)
else
{
Editor.Markers.Clear();
await Editor.SetModelMarkersAsync("CodeEditor", Array.Empty<IMarkerData>());

_actionProvider.IsOn = false;
}
Expand Down

0 comments on commit 97314ea

Please sign in to comment.