From bf263d352b4887c18dd8481b003b0661d144f136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Szcz=C4=99=C5=9Bniak?= Date: Fri, 15 Sep 2023 12:08:16 +0200 Subject: [PATCH] Extend getVisible function description. [skip ci] --- packages/ckeditor5-utils/src/dom/rect.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ckeditor5-utils/src/dom/rect.ts b/packages/ckeditor5-utils/src/dom/rect.ts index d45326de96f..046fff1f9bb 100644 --- a/packages/ckeditor5-utils/src/dom/rect.ts +++ b/packages/ckeditor5-utils/src/dom/rect.ts @@ -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"`. *