Skip to content

Commit

Permalink
Extend getVisible 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 e768947 commit bf263d3
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 @@ -235,7 +235,7 @@ export default class Rect {
}

/**
* Returns a new rect, a part of the original rect, which is actually visible to the user,
* Returns a new rect, a part of the original rect, which is actually visible to the user and is relative to the,`body`,
* e.g. an original rect cropped by parent element rects which have `overflow` set in CSS
* other than `"visible"`.
*
Expand Down

0 comments on commit bf263d3

Please sign in to comment.