1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-04 11:44:00 +00:00
* Fixed: Do not submit error reports when add-on development is enabled.
* Fixed: The emote menu not updating appropriately when certain settings changed or data loaded.
* Fixed: The emote menu breaking when the emote menu loaded before emoji data loaded and the 'combined tabs' setting was enabled.
This commit is contained in:
SirStendec 2019-12-13 20:14:55 -05:00
parent 4f0144ed71
commit 00b69a3c66
4 changed files with 41 additions and 37 deletions

View file

@ -261,7 +261,6 @@ export default class Layout extends Module {
}
updatePortraitMode() {
for(const inst of this.RightColumn.instances)
inst.hideOnBreakpoint();
}
}