Skip to content

Commit

Permalink
iframeをappendChildするのを忘れていたのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
syusui-s committed Jul 15, 2018
1 parent d6eafd6 commit 29b9a23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings/storage_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class RemoteStorage {
iframe.src = storageUrl;
iframe.height = '0';
iframe.width = '0';
window.document.body.appendChild(iframe);

Object.assign(this, { iframe, storageUrl, storageOrigin: new URL(storageUrl).origin, });
}
Expand Down

0 comments on commit 29b9a23

Please sign in to comment.