Persistir output do terminal no servidor e corrigir cursor do flow editor
- Buffer server-side no executor para manter até 1000 linhas por execução ativa - Terminal restaura output do servidor ao recarregar a página (F5) - Fechar overlay do flow editor ao navegar para outra seção - Garantir SHELL e HOME no ambiente dos processos filhos
This commit is contained in:
@@ -90,6 +90,8 @@ const App = {
|
||||
history.pushState(null, '', `#${section}`);
|
||||
}
|
||||
|
||||
if (typeof FlowEditor !== 'undefined') FlowEditor._teardown();
|
||||
|
||||
document.querySelectorAll('.section').forEach((el) => {
|
||||
const isActive = el.id === section;
|
||||
el.classList.toggle('active', isActive);
|
||||
|
||||
Reference in New Issue
Block a user