Add todo note

This commit is contained in:
oeway 2021-02-14 22:45:18 +01:00
parent 52c40791a9
commit 1c8ebfce32

View file

@ -171,6 +171,7 @@ export default {
"https://imjoy-team.github.io/jupyter-engine-manager/Jupyter-Engine-Manager.imjoy.html"
})
.then(enginePlugin => {
// TODO: currently the url query are not preserved for ImJoy
const queryString = window.location.search;
const urlParams = new URLSearchParams(queryString);
const engine = urlParams.get("engine");