We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18dfe0 commit 18e5a3fCopy full SHA for 18e5a3f
1 file changed
src/index.html
@@ -175,6 +175,7 @@
175
console.warn("Phoenix is loaded in iframe, attempting to use electron APIs from window.top");
176
window.electronAppAPI = window.top.window.electronAppAPI;
177
window.electronFSAPI = window.top.window.electronFSAPI;
178
+ window.electronAPI = window.top.window.electronAPI;
179
}
180
if(window.__TAURI__ || window.__ELECTRON__) {
181
window.__IS_NATIVE_SHELL__ = true;
0 commit comments