1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-07 23:00:54 +00:00
* 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:
SirStendec 2021-12-01 16:48:10 -05:00
parent a35387abcf
commit c0f7747428
9 changed files with 113 additions and 102 deletions

View file

@ -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() {