Skip to content

Commit

Permalink
debug log changedProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerwyn committed Jan 8, 2025
1 parent 569894c commit 2a69b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/universal-remote-card.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/classes/keyboards/base-keyboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,7 @@ export class BaseKeyboard extends LitElement {
}

updated(changedProperties: PropertyValues) {
console.log(changedProperties);
if (changedProperties.get('open') == false && this.open) {
waitForElement(this.shadowRoot!, 'textarea').then((textarea) => {
this.textarea = textarea as HTMLTextAreaElement;
Expand Down

0 comments on commit 2a69b8c

Please sign in to comment.