From 61b890cf98ae08e84ba59c82a1f6d354ecb8ee12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Fri, 15 Jun 2018 16:13:46 +0200 Subject: [PATCH] Do not reload iframe on deploy by default --- src/app/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/config.ts b/src/app/config.ts index 1abb6ad..e5844ab 100644 --- a/src/app/config.ts +++ b/src/app/config.ts @@ -28,7 +28,7 @@ export const config = { defaultLanguage: 'text', deployProcessName: 'webservice', showDeployButton: true, - reloadIframeOnDeploy: true, + reloadIframeOnDeploy: false, showConsoleOnDeploy: true, autoDetectFileLanguage: true, showMiniMap: false