mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-06 09:12:02 +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);
|
||||
|
||||
let totalWidth = 0;
|
||||
const containerWidth = container.offsetWidth;
|
||||
|
||||
subElements.forEach((element) => {
|
||||
totalWidth += 12 * parseFloat(getComputedStyle(document.documentElement).fontSize);
|
||||
|
Loading…
x
Reference in New Issue
Block a user