Merge pull request #3373 from Steve-Mcl/merge-fix

bug: merge issue. fixes #3364
This commit is contained in:
Nick O'Leary 2022-01-26 11:01:35 +00:00 committed by GitHub
commit 283e8d3c08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 17 deletions

View File

@ -557,7 +557,6 @@ RED.tabs = (function() {
}
}
li.one("transitionend", function(evt) {
li.remove();
if (tabs[id].pinned) {
pinnedTabsCount--;
@ -571,9 +570,6 @@ RED.tabs = (function() {
collapsibleMenu.remove();
collapsibleMenu = null;
}
})
li.addClass("hide-tab");
li.width(0);
}
function findPreviousVisibleTab(li) {