From e4f82a0af19d8cbf689afc683f929ecc63d477eb Mon Sep 17 00:00:00 2001 From: Lansana DIOMANDE <ldiomande@takima.fr> Date: Wed, 13 Apr 2022 15:43:08 +0200 Subject: [PATCH] fix(briefingView): disabling the systematic opening of the briefing --- deadlock-plugins/deadlock-extension/src/view/briefingView.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/deadlock-plugins/deadlock-extension/src/view/briefingView.ts b/deadlock-plugins/deadlock-extension/src/view/briefingView.ts index 8851201e..4546b340 100644 --- a/deadlock-plugins/deadlock-extension/src/view/briefingView.ts +++ b/deadlock-plugins/deadlock-extension/src/view/briefingView.ts @@ -52,7 +52,6 @@ export default class BriefingView extends WebviewBase { console.error(e); this.briefingContent = 'Error while parsing your briefing.'; } - this.show(); }, (error) => { console.error('Cannot load briefing', error); -- GitLab