We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5e1c4 commit 28bba6cCopy full SHA for 28bba6c
1 file changed
js/models/message_handler.js
@@ -38,10 +38,6 @@ export default class MessageHandler {
38
this.aladin.gotoRaDec(msg["ra"], msg["dec"]);
39
}
40
41
- handleChangeRotation(msg) {
42
- this.aladin.setRotation(msg["rotation"]);
43
- }
44
-
45
async handleSaveViewAsImage(msg) {
46
const path = msg["path"];
47
const format = msg["format"];
0 commit comments