Fix tab selection after sidebar tab reorder

This commit is contained in:
Nick O'Leary 2020-10-14 22:10:03 +01:00
parent 82ad5839fa
commit 15a600c763
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 0 deletions

View File

@ -617,6 +617,7 @@ RED.tabs = (function() {
}
},
stop: function(event,ui) {
dragActive = false;
collapsedButtonsRow.children().css({position:"relative",left:"",transition:""});
$(".red-ui-tab-link-buttons").width('auto');
pinnedLink.css({zIndex:""});