Commit fffed3e462004f8fb0dac1dd1c605ad62dbded8f
1 parent
ff9a9bbf
Exists in
master
and in
79 other branches
use onShowEvent only once after window creation (cf. #9510)
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
js/app/controllers/InteractiveModule.js
... | ... | @@ -141,6 +141,7 @@ Ext.define('amdaDesktop.InteractiveModule', { |
141 | 141 | // this.operationOnShow(); |
142 | 142 | if (onShowEvent) |
143 | 143 | onShowEvent(); |
144 | + onShowEvent = null; // use onShowEvent only once after window creation (cf. #9510) | |
144 | 145 | } |
145 | 146 | }); |
146 | 147 | } else { | ... | ... |