mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-06 18:30:57 +00:00
remove unused variable
This commit is contained in:
parent
138b00b15a
commit
1c22165eff
@ -115,7 +115,6 @@ function adjustVisibleElements() {
|
|||||||
const subElements = Array.from(container.children);
|
const subElements = Array.from(container.children);
|
||||||
|
|
||||||
let totalWidth = 0;
|
let totalWidth = 0;
|
||||||
const containerWidth = container.offsetWidth;
|
|
||||||
|
|
||||||
subElements.forEach((element) => {
|
subElements.forEach((element) => {
|
||||||
totalWidth += 12 * parseFloat(getComputedStyle(document.documentElement).fontSize);
|
totalWidth += 12 * parseFloat(getComputedStyle(document.documentElement).fontSize);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user