mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-07 23:00:54 +00:00
4.31.2
* Fixed: Apply a maximum height to the ban reason pop-up to avoid long lists from going off screen. * API Added: `removeTokenizer(type)` and `removeRichProvider(type)` methods for the chat module. * API Changed: Chat tokenizers no longer need to return a token list, if tokens have not changed.
This commit is contained in:
parent
a35387abcf
commit
c0f7747428
9 changed files with 113 additions and 102 deletions
|
@ -83,7 +83,7 @@
|
|||
ref="children"
|
||||
:context="context"
|
||||
:item="i"
|
||||
:nav_keys="nav_keys"
|
||||
:nav-keys="navKeys"
|
||||
:filter="filter"
|
||||
@change-item="changeItem"
|
||||
@mark-seen="markSeen"
|
||||
|
@ -96,7 +96,7 @@
|
|||
<script>
|
||||
|
||||
export default {
|
||||
props: ['item', 'context', 'filter', 'nav_keys'],
|
||||
props: ['item', 'context', 'filter', 'navKeys'],
|
||||
|
||||
computed: {
|
||||
breadcrumbs() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue