mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 15:02:11 +00:00
+ Tabs regain appropriate styling when being removed from a group.
This commit is contained in:
parent
1163208298
commit
bb96036920
@ -330,7 +330,7 @@ window.Group.prototype = $.extend(new Item(), new Subscribable(), {
|
||||
if(index != -1)
|
||||
this._children.splice(index, 1);
|
||||
|
||||
$el.data("group", null);
|
||||
$el.data("group", null).removeClass("tabInGroup");
|
||||
item.setSize(item.defaultSize.x, item.defaultSize.y);
|
||||
$el.droppable("enable");
|
||||
item.removeOnClose(this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user