Skip to content

Commit 9d072cd

Browse files
cppartsbmatthieu3
authored andcommitted
functional to send using aladin.send() msgs
1 parent 25ca423 commit 9d072cd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

js/widget.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ function initAladinLite(model, el) {
3939
});
4040
const wcs = { ...aladin.getViewWCS() };
4141
model.set("_wcs", wcs);
42-
const rotation = { ...aladin.getRotation() };
42+
const rotation = aladin.getRotation();
4343
model.set("_rotation", rotation);
44+
4445
model.set("_is_loaded", true);
4546
model.save_changes();
4647

0 commit comments

Comments
 (0)