Skip to content

Commit

Permalink
fix(pb-view): do not reflect selectors in URL
Browse files Browse the repository at this point in the history
fixes #147
  • Loading branch information
line-o committed Apr 28, 2023
1 parent 722e8d5 commit cc7631b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pb-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,9 @@ export class PbView extends themableMixin(pbMixin(LitElement)) {
const view = this.shadowRoot.getElementById('view');
this._applyToggles(view);
}
// shield URL from selectors array
delete properties.selectors

registry.commit(this, properties);
}

Expand Down

0 comments on commit cc7631b

Please sign in to comment.