mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2026-01-19 16:21:04 -08:00
Fix autocomplete in HiPSSelector
This commit is contained in:
@@ -118,5 +118,5 @@ cargo doc --no-deps --open
|
||||
To generate the CSS
|
||||
|
||||
```bash
|
||||
npx postcss src/css/aladin.css -o dist/aladin.css --watch
|
||||
npx postcss src/css/aladin.css -o examples/aladin.css --watch
|
||||
```
|
||||
|
||||
4091
examples/aladin.css
Normal file
4091
examples/aladin.css
Normal file
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<link rel="stylesheet" href="https://aladin.u-strasbg.fr/AladinLite/api/v2/latest/aladin.min.css" />
|
||||
<link rel="stylesheet" href="./aladin.css" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -19,8 +19,7 @@
|
||||
|
||||
import { MocServer } from "../MocServer";
|
||||
import { Utils } from "../Utils";
|
||||
import { autocomplete } from 'autocompleter';
|
||||
|
||||
import autocomplete from 'autocompleter';
|
||||
|
||||
/******************************************************************************
|
||||
* Aladin Lite project
|
||||
|
||||
@@ -83,6 +83,7 @@ import { HiPSSelector } from "./HiPSSelector.js";
|
||||
if (! self.hipsSelector) {
|
||||
self.hipsSelector = new HiPSSelector(self.aladinDiv);
|
||||
}
|
||||
console.log('SHOW');
|
||||
self.hipsSelector.show();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user