Skip to content

Commit

Permalink
remove leftover focus attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
areynold committed Jul 24, 2024
1 parent c4b80f2 commit e7db214
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ilw-video.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ class Video extends LitElement {
constructor() {
super();
this.aspectRatio = '';
this.focus = false;
}

render() {
console.debug('aspect ratio: ' + this.aspectRatio);
return html`
<div class="video">
<div class="aspectRatio" ${this.aspectRatio ? 'style="--ilw-video--aspect-ratio(' + this.aspectRatio + ')"' : ''}>
Expand Down

0 comments on commit e7db214

Please sign in to comment.