mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-12 09:05:39 +00:00
chore: fix some linting issues
This commit is contained in:
@@ -330,10 +330,10 @@ onMounted(() => {
|
||||
document.addEventListener('fullscreenchange', (e) => {
|
||||
setTimeout(() => { // Wait for the DOM to settle
|
||||
if (document.fullscreenElement) {
|
||||
window.terminal.fit()
|
||||
terminal.fit()
|
||||
} else {
|
||||
window.terminal.resize(80, 40)
|
||||
window.terminal.fit()
|
||||
terminal.resize(80, 40)
|
||||
terminal.fit()
|
||||
}
|
||||
}, 100)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user