mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-12 09:56:24 +08:00
Connect tasks on moving
SCI-328 #close
This commit is contained in:
parent
8fc29248b3
commit
9a82e7d72b
1 changed files with 1 additions and 1 deletions
|
@ -1909,7 +1909,7 @@ function initMoveModules() {
|
|||
updateFormWithModulesData(moduleEl, '', GRID_DIST_EDIT_X, GRID_DIST_EDIT_Y);
|
||||
|
||||
// Delete module from canvas
|
||||
deleteModule(moduleEl.attr("id"));
|
||||
deleteModule(moduleEl.attr("id"), true);
|
||||
|
||||
// Hide modal
|
||||
modal.modal("hide");
|
||||
|
|
Loading…
Reference in a new issue