edit window: comment text width/rewording

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-05-16 16:13:07 +02:00
parent 5dc3b0fa00
commit 267c536516

View 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;