mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-20 22:54:22 +00:00
edit window: comment text width/rewording
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5dc3b0fa00
commit
267c536516
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user