Update visibility of the tab bar separator of colorful tabs

This commit is contained in:
YUKI Hiroshi 2016-09-05 15:49:00 +09:00
parent ace80ba0fc
commit 7dcde7d3e0

View File

@ -355,6 +355,9 @@ TreeStyleTabWindowHelper.overrideExtensionsAfterBrowserInit = function TSTWH_ove
return document.getElementById('colorfulTabsStack').style.setProperty('display', 'none', 'important');
return this.__treestyletab__show_ctStack(...aArgs);
};
setTimeout(function() {
colorfulTabs.show_ctStack();
}, 0);
}
// Focus Last Selected Tab 0.9.5.x