Skip to content

Commit 56bedab

Browse files
committed
fix return type
1 parent 6ef13e6 commit 56bedab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v8.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ export default class CSInterface {
998998
* @return {boolean} true if the extension window is visible; false if the extension window is hidden.
999999
*/
10001000
isWindowVisible(): boolean {
1001-
return window.__adobe_cep__.invokeSync("isWindowVisible", "");
1001+
return window.__adobe_cep__.invokeSync("isWindowVisible", "") === "true";
10021002
}
10031003

10041004
/**

0 commit comments

Comments
 (0)