Skip to content

Commit

Permalink
Added lazy loading feature
Browse files Browse the repository at this point in the history
  • Loading branch information
AniketRaneThalia committed Jan 20, 2023
1 parent 17a7eb8 commit a923cf2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@csvbox/vuejs",
"version": "1.1.5-alpha.2",
"version": "1.1.5",
"description": "Vue adapter for csvbox.io",
"author": "csvbox-io",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion src/components/CSVBoxButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@
this.logger.verbose("Opening importer modal");
this.isModalShown = true;
this.$refs.holder.style.display = 'block';
console.log(this.iframe)
this.iframe.contentWindow.postMessage('openModal', '*');
} else {
this.openModalOnIframeLoad = true;
Expand Down

0 comments on commit a923cf2

Please sign in to comment.