Skip to content

Commit

Permalink
Extend function description. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pszczesniak committed Sep 15, 2023
1 parent ea00949 commit e768947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-utils/src/dom/rect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ export default class Rect {
}

/**
* Calculates absolute `Rect` coordinates.
* Recalculates screen coordinates to coordinates relative to the positioned ancestor offset.
*/
public toAbsoluteRect(): Rect {
const { scrollX, scrollY } = global.window;
Expand Down

0 comments on commit e768947

Please sign in to comment.