File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,10 +130,10 @@ function refitTerminal() {
130
130
if ( siteHeader . style . display === 'none' ) {
131
131
headerHeight = mobileHeader . offsetHeight ;
132
132
}
133
- let foorterBarHeight = document . getElementById ( 'footer-bar' ) . offsetHeight ;
133
+ let footerBarHeight = document . getElementById ( 'footer-bar' ) . offsetHeight ;
134
134
let serialBarHeight = document . getElementById ( 'serial-bar' ) . offsetHeight ;
135
135
let viewportHeight = window . innerHeight ;
136
- let terminalHeight = viewportHeight - headerHeight - foorterBarHeight - serialBarHeight ;
136
+ let terminalHeight = viewportHeight - headerHeight - footerBarHeight - serialBarHeight ;
137
137
let terminalWidth = document . getElementById ( 'serial-page' ) . offsetWidth ;
138
138
let screen = document . querySelector ( '.xterm-screen' ) ;
139
139
if ( screen ) {
You can’t perform that action at this time.
0 commit comments