updating comment for clarity

This commit is contained in:
rspruel 2025-07-03 14:55:05 +00:00
parent 46846e7f2d
commit cb2e701e08
1 changed files with 1 additions and 1 deletions

View File

@ -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;