mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Ensure tab scroll handles are cleared when hide-all tabs run
This commit is contained in:
parent
3b6d0995b4
commit
8bf69c598a
@ -632,6 +632,9 @@ RED.tabs = (function() {
|
|||||||
if (options.onhide) {
|
if (options.onhide) {
|
||||||
options.onhide(tabs[id])
|
options.onhide(tabs[id])
|
||||||
}
|
}
|
||||||
|
setTimeout(function() {
|
||||||
|
updateScroll()
|
||||||
|
},200)
|
||||||
})
|
})
|
||||||
li.addClass("hide-tab");
|
li.addClass("hide-tab");
|
||||||
li.css({width:0})
|
li.css({width:0})
|
||||||
|
Loading…
Reference in New Issue
Block a user