File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -370,8 +370,8 @@ export class Terminal extends XTerm implements ITerminal {
370370 }
371371
372372 this . onKey ( this . shortcutKeyHandler . bind ( this ) )
373+ if ( ! this . _isMobile ) this . _keyListener = this . onKey ( this . keyHandler . bind ( this ) )
373374
374- this . _keyListener = this . onKey ( this . keyHandler . bind ( this ) )
375375 this . _shell = options . shell || options . kernel . shell
376376 this . _kernel = options . kernel
377377 this . _commands = TerminalCommands ( this . _kernel , this . _shell , this )
Original file line number Diff line number Diff line change @@ -146,9 +146,11 @@ export default defineConfig({
146146 } ,
147147 server : {
148148 allowedHosts : [
149+ '127.0.0.1' ,
149150 'localhost' ,
150151 'ecmaos.local' ,
151- '.ngrok-free.app'
152+ '.ngrok-free.app' ,
153+ '.share.zrok.io'
152154 ] ,
153155 port : Number ( process . env [ 'ECMAOS_PORT' ] ) || 30443 ,
154156 headers : {
You can’t perform that action at this time.
0 commit comments