#11973 reload vsconsole on copy elements

This commit is contained in:
Jonathan 2023-08-31 14:57:46 +02:00
parent 89a1dd1e9f
commit 67963100b0
1 changed files with 5 additions and 1 deletions

View File

@ -1149,7 +1149,11 @@ if ($edit_capable === true) {
visualConsoleManager.copyItem(item);
}
});
visualConsoleManager.forceUpdateVisualConsole();
setTimeout(
function()
{
visualConsoleManager.forceUpdateVisualConsole();
}, 500);
});
$('.link-create-item').click(function (event){