Compare commits
2 Commits
bb1f7cdb88
...
1c58165425
| Author | SHA1 | Date | |
|---|---|---|---|
| 1c58165425 | |||
| 38640d8f75 |
@ -68,6 +68,15 @@
|
||||
app.starField.shuffleAll(5000)
|
||||
|
||||
}
|
||||
if(event.key == "." && event.ctrlKey){
|
||||
event.preventDefault();
|
||||
if(window.container){
|
||||
|
||||
window.container.terminal.element.hidden = !window.container.terminal.element.hidden
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
prevKey = event.key
|
||||
if(event.key == "," && event.ctrlKey){
|
||||
@ -83,7 +92,7 @@
|
||||
{% if channel %}
|
||||
app.channelUid = '{{ channel.uid.value }}'
|
||||
window.getContainer = function(){
|
||||
return Container(app.channelUid,false)
|
||||
return new Container(app.channelUid,false)
|
||||
}
|
||||
{% endif %}
|
||||
let installPrompt = null
|
||||
|
||||
Loading…
Reference in New Issue
Block a user