]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
edit window: comment text width/rewording
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 16 May 2022 14:13:07 +0000 (16:13 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 16 May 2022 14:13:12 +0000 (16:13 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
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;