#11973 reload vsconsole on copy elements
This commit is contained in:
parent
89a1dd1e9f
commit
67963100b0
|
@ -1149,7 +1149,11 @@ if ($edit_capable === true) {
|
|||
visualConsoleManager.copyItem(item);
|
||||
}
|
||||
});
|
||||
visualConsoleManager.forceUpdateVisualConsole();
|
||||
setTimeout(
|
||||
function()
|
||||
{
|
||||
visualConsoleManager.forceUpdateVisualConsole();
|
||||
}, 500);
|
||||
});
|
||||
|
||||
$('.link-create-item').click(function (event){
|
||||
|
|
Loading…
Reference in New Issue