Skip to content

Commit

Permalink
set rust lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatthieu3 committed Jul 2, 2024
1 parent 1313aea commit 0d17270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "aladin-lite"
description = "Aladin Lite v3 introduces a new graphical engine written in Rust with the use of WebGL"
license = "BSD-3-Clause"
repository = "https://github.com/cds-astro/aladin-lite"
version = "3.4.1-beta"
version = "3.4.2-beta"
authors = [ "[email protected]", "[email protected]",]
edition = "2018"

Expand Down
6 changes: 1 addition & 5 deletions src/js/DefaultActionsForContextMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,7 @@ export let DefaultActionsForContextMenu = (function () {

files.forEach(file => {
const url = URL.createObjectURL(file);
<<<<<<< HEAD
let moc = A.MOCFromURL(url, { name: file.name, edge: true });
=======
let moc = A.MOCFromURL(url, { name: file.name, opacity: 0.4 });
>>>>>>> cfa6574e (fix context sub menu deploy for small screen)
let moc = A.MOCFromURL(url, { name: file.name });
a.addMOC(moc);
});
};
Expand Down

0 comments on commit 0d17270

Please sign in to comment.