Skip to content

Commit

Permalink
fix js console error styling text
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraBoutej committed Dec 26, 2023
1 parent 9e6f88c commit 889e2ad
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@
return item.getClientRects( true )[ 0 ];
} );
} else {
elementOrSelection.selectRanges([ranges[ ranges.length - 1 ]]);
rectList = ranges[ ranges.length - 1 ].getClientRects( true );
}

Expand Down

0 comments on commit 889e2ad

Please sign in to comment.