mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge pull request #1718 from zwhitchcox/patch-2
Don't delete fake terminal
This commit is contained in:
@@ -149,7 +149,6 @@ function runRealTerminal(): void {
|
||||
term._initialized = true;
|
||||
}
|
||||
|
||||
// TODO: Maybe fake terminal should be removed? Not sure it's useful anymore
|
||||
function runFakeTerminal(): void {
|
||||
if (term._initialized) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user