pull/2/head
Andreas Gysin 2020-12-21 23:43:23 +01:00
rodzic 523e4f43f0
commit 9312b6c080
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -417,7 +417,7 @@ function getCSSInfo(el){
// Returns an immutable (frozen) object.
export function calcMetrics(el) {
const style = window.getComputedStyle(el)
const style = getComputedStyle(el)
const fontFamily = style.getPropertyValue('font-family')
const lineHeight = parseFloat(style.getPropertyValue('line-height'))