Skip to content

Commit

Permalink
[de] Fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillovIlya committed Feb 6, 2024
1 parent db2ad86 commit ca06e22
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions word/Editor/Paragraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -8497,8 +8497,6 @@ Paragraph.prototype.RemoveSelection = function()
{
if (true === this.Selection.Use)
{
let selectionEndPos = this.getSelectionEndPos();

var StartPos = this.Selection.StartPos;
var EndPos = this.Selection.EndPos;

Expand All @@ -8515,8 +8513,6 @@ Paragraph.prototype.RemoveSelection = function()
{
this.Content[CurPos].RemoveSelection();
}

this.Set_ParaContentPos(selectionEndPos, true, -1, -1);
}

this.Selection.Use = false;
Expand Down

0 comments on commit ca06e22

Please sign in to comment.