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