Skip to content

Commit

Permalink
Remove Deselect call. Not sure why it was there! (stevencohn#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencohn authored and weissm committed Sep 7, 2024
1 parent 9b2883b commit d282644
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions OneMore/Commands/Edit/ConvertMarkdownCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ public override async Task Execute(params object[] args)

foreach (var outline in outlines.ToList())
{
range = new SelectionRange(outline);
range.Deselect();

var content = await editor.ExtractSelectedContent(outline);
var paragraphs = content.Elements(ns + "OE").ToList();

Expand Down

0 comments on commit d282644

Please sign in to comment.