Skip to content
Snippets Groups Projects
Commit b74e9565 authored by Vic Nguyen's avatar Vic Nguyen :ghost:
Browse files

more testing

parent 46dcc896
No related branches found
No related tags found
No related merge requests found
Pipeline #75120 passed
......@@ -340,7 +340,7 @@ void DesignViewer::showAppWindow()
// qtloader API. This needs to be done on delay after initial setup to make
// sure qtloader is initialized.
QTimer::singleShot(0, [&]() {
emscripten::val instance = emscripten::val::global("instance";
emscripten::val instance = emscripten::val::global("instance");
if (instance.isNull()) {
qCritical()<<"instance is null";
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment