]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - src/window/Edit.js
edit window: comment text width/rewording
[proxmox-widget-toolkit.git] / src / window / Edit.js
index 573c24c3e629fac4fd52d97b206728348161c0da..51ebfa5f87958f65dd7cc1d7b5202a9ec6313a7b 100644 (file)
@@ -172,8 +172,7 @@ Ext.define('Proxmox.window.Edit', {
                me.apiCallDone(true, response, options);
 
                if (hasProgressBar) {
-                   // stay around so we can trigger our close events
-                   // when background action is completed
+                   // only hide to allow delaying our close event until task is done
                    me.hide();
 
                    let upid = response.result.data;