mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-21 16:36:51 +01:00
Fix thumb member when switching active to tab or menu.
This commit is contained in:
@@ -543,6 +543,7 @@
|
||||
|
||||
var thumb = this.createMenuThumb(path);
|
||||
$('#tab-dropdown-menu').append(thumb);
|
||||
this.sessions[path].thumb = thumb;
|
||||
},
|
||||
|
||||
moveDropdownMenuToTab: function(menu){
|
||||
@@ -551,6 +552,7 @@
|
||||
|
||||
var thumb = this.createTabThumb(path);
|
||||
$('.tab-list').append(thumb);
|
||||
this.sessions[path].thumb = thumb;
|
||||
},
|
||||
|
||||
isTabListOverflowed: function(includeFictiveTab){
|
||||
|
||||
Reference in New Issue
Block a user