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 6ef13e6 commit 56bedabCopy full SHA for 56bedab
src/v8.ts
@@ -998,7 +998,7 @@ export default class CSInterface {
998
* @return {boolean} true if the extension window is visible; false if the extension window is hidden.
999
*/
1000
isWindowVisible(): boolean {
1001
- return window.__adobe_cep__.invokeSync("isWindowVisible", "");
+ return window.__adobe_cep__.invokeSync("isWindowVisible", "") === "true";
1002
}
1003
1004
/**
0 commit comments