Skip to content

Commit

Permalink
Removed unused changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nsharma123 committed Jan 4, 2024
1 parent ab5a623 commit b9c5a9d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/collection-browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ export class CollectionBrowser
}

render() {
// this.setPlaceholderType();
this.setPlaceholderType();
return html`
<div
id="content-container"
Expand Down Expand Up @@ -1095,10 +1095,6 @@ export class CollectionBrowser
this.restoreState();
}

willUpdate() {
this.setPlaceholderType();
}

updated(changed: PropertyValues) {
if (changed.has('placeholderType') && this.placeholderType === null) {
if (!this.leftColIntersectionObserver) {
Expand Down

0 comments on commit b9c5a9d

Please sign in to comment.