fix
This commit is contained in:
parent
63b8fbadaa
commit
82fa75e016
|
|
@ -34,6 +34,8 @@ export const EdSiteJS = () => {
|
||||||
p.ui.popup.code.open = true;
|
p.ui.popup.code.open = true;
|
||||||
p.render();
|
p.render();
|
||||||
} else {
|
} else {
|
||||||
|
local.ctrl = false;
|
||||||
|
local.render();
|
||||||
const vscode_url = isLocalhost()
|
const vscode_url = isLocalhost()
|
||||||
? "http://localhost:8443?"
|
? "http://localhost:8443?"
|
||||||
: "https://prasi-vsc.avolut.com/?tkn=prasi&";
|
: "https://prasi-vsc.avolut.com/?tkn=prasi&";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue