There was an error while loading. Please reload this page.
1 parent 3597572 commit 2f7c37eCopy full SHA for 2f7c37e
1 file changed
hermes-agent/Main.qml
@@ -357,6 +357,7 @@ Item {
357
}
358
359
Component.onCompleted: {
360
+ if (pluginApi) pluginApi.mainInstance = root;
361
root.ensureBridge();
362
if (root.pinnedPanelRequested && root.pinnedPanelVisible) {
363
root.openPinnedPanel(null);
0 commit comments