mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2025-12-12 15:49:18 -08:00
fix: this.view does not exist, so it's better to use reportChange than requestRedraw
This commit is contained in:
committed by
Manon Marchand
parent
c620069c18
commit
718a8a073c
@@ -223,7 +223,7 @@ export let GraphicOverlay = (function() {
|
||||
for (var k=0, len=overlaysToAdd.length; k<len; k++) {
|
||||
this.add(overlaysToAdd[k], false);
|
||||
}
|
||||
this.view.requestRedraw();
|
||||
this.reportChange();
|
||||
};
|
||||
|
||||
// TODO : item doit pouvoir prendre n'importe quoi en param (footprint, circle, polyline)
|
||||
|
||||
Reference in New Issue
Block a user