mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update textarea
This commit is contained in:
parent
b1cca31fa5
commit
b3e4c65c0b
29 changed files with 302 additions and 50 deletions
|
@ -569,8 +569,9 @@ Apply `circle` class to make the rippling effect within a circle.
|
|||
} else {
|
||||
this.keyEventTarget = this.parentNode;
|
||||
}
|
||||
this.listen(this.keyEventTarget, 'up', 'uiUpAction');
|
||||
this.listen(this.keyEventTarget, 'down', 'uiDownAction');
|
||||
var keyEventTarget = /** @type {!EventTarget} */ (this.keyEventTarget);
|
||||
this.listen(keyEventTarget, 'up', 'uiUpAction');
|
||||
this.listen(keyEventTarget, 'down', 'uiDownAction');
|
||||
},
|
||||
|
||||
detached: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue