From cb2e701e086967855e6b5c20e497652ff50ecefc Mon Sep 17 00:00:00 2001 From: rspruel Date: Thu, 3 Jul 2025 14:55:05 +0000 Subject: [PATCH] updating comment for clarity --- core/display.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/display.js b/core/display.js index 88fbf271..3e38f7cd 100644 --- a/core/display.js +++ b/core/display.js @@ -264,7 +264,7 @@ export default class Display { let i = 0; - //getting parent node size down to the subpixel + //getting parent node size with sub-pixel precision let parentNodeSize = this._target.parentNode.getBoundingClientRect(); //recalculate primary display container size this._screens[i].containerHeight = Math.floor(parentNodeSize.height / 2) * 2;