From fffed3e462004f8fb0dac1dd1c605ad62dbded8f Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Wed, 9 Jun 2021 10:05:10 +0200 Subject: [PATCH] use onShowEvent only once after window creation (cf. #9510) --- js/app/controllers/InteractiveModule.js | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/js/app/controllers/InteractiveModule.js b/js/app/controllers/InteractiveModule.js index b4f484c..e17c967 100644 --- a/js/app/controllers/InteractiveModule.js +++ b/js/app/controllers/InteractiveModule.js @@ -141,6 +141,7 @@ Ext.define('amdaDesktop.InteractiveModule', { // this.operationOnShow(); if (onShowEvent) onShowEvent(); + onShowEvent = null; // use onShowEvent only once after window creation (cf. #9510) } }); } else { -- libgit2 0.21.2