mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 17:51:13 +08:00
Merge pull request #1953 from jbargu/jg_sci_3673
Revalidate internal dimension when dragging
This commit is contained in:
commit
dbebde3370
1 changed files with 1 additions and 0 deletions
|
@ -2373,6 +2373,7 @@ function addDraggablesToInstance(elements, gridDistX, gridDistY) {
|
|||
draggedModule.removeClass("collided");
|
||||
elLeft(draggedModule, leftInitial);
|
||||
elTop(draggedModule, topInitial);
|
||||
instance.revalidate(draggedModule);
|
||||
instance.repaintEverything();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue