Skip to content

Commit

Permalink
Remove loading screen (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
XanthosXanthopoulos authored Oct 10, 2024
1 parent 850e4b8 commit a1719d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/base/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export class TileDBVisualization {
wrapperDiv.appendChild(this.canvas);

const loadingScreen = document.createElement('div');
loadingScreen.innerHTML = '<loading-screen></loading-screen>';
// loadingScreen.innerHTML = '<loading-screen></loading-screen>';

this.rootElement.appendChild(wrapperDiv);
this.rootElement.appendChild(loadingScreen);
Expand Down

0 comments on commit a1719d0

Please sign in to comment.