mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix tab selection after sidebar tab reorder
This commit is contained in:
parent
82ad5839fa
commit
15a600c763
@ -617,6 +617,7 @@ RED.tabs = (function() {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
stop: function(event,ui) {
|
stop: function(event,ui) {
|
||||||
|
dragActive = false;
|
||||||
collapsedButtonsRow.children().css({position:"relative",left:"",transition:""});
|
collapsedButtonsRow.children().css({position:"relative",left:"",transition:""});
|
||||||
$(".red-ui-tab-link-buttons").width('auto');
|
$(".red-ui-tab-link-buttons").width('auto');
|
||||||
pinnedLink.css({zIndex:""});
|
pinnedLink.css({zIndex:""});
|
||||||
|
Loading…
Reference in New Issue
Block a user