mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-10 22:25:59 +08:00
Merge pull request #120 from jbargu/jg_SCI_328_move_experiment_reconnect
When moving a task, it should connect the source and destination
This commit is contained in:
commit
2cd5d85d68
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…
Add table
Reference in a new issue