mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Fix typo
This commit is contained in:
+1
-1
@@ -150,7 +150,7 @@ function runFakeTerminal() {
|
||||
}
|
||||
}));
|
||||
|
||||
term._core,register(term.addDisposableListener('paste', function (data, ev) {
|
||||
term._core.register(term.addDisposableListener('paste', function (data, ev) {
|
||||
term.write(data);
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user