1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-11 16:40:55 +00:00

3.5.188. Continued bug fixing for Ember internals restructuring. Fixed enhanced following control again. Fixed a bug re-inserting deleted message history into chat.

This commit is contained in:
SirStendec 2016-05-25 01:06:27 -04:00
parent 574d627f79
commit 2cb07d6c78
9 changed files with 45 additions and 28 deletions

View file

@ -616,7 +616,7 @@ FFZ.prototype._modify_cview = function(view) {
// Close mod cards when changing to a new room.
if ( f._mod_card )
f._mod_card.send('close');
f._mod_card.get('closeAction')();
var room = this.get('controller.currentRoom'),
room_id = room && room.get('id'),