Do not reload iframe on deploy by default

This commit is contained in:
Kristóf Tóth 2018-06-15 16:13:46 +02:00
parent 0305d73c49
commit 61b890cf98

View File

@ -28,7 +28,7 @@ export const config = {
defaultLanguage: 'text',
deployProcessName: 'webservice',
showDeployButton: true,
reloadIframeOnDeploy: true,
reloadIframeOnDeploy: false,
showConsoleOnDeploy: true,
autoDetectFileLanguage: true,
showMiniMap: false