mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
parent
091de3aa66
commit
020a469f3b
@ -140,11 +140,12 @@ RED.tray = (function() {
|
|||||||
|
|
||||||
// tray.body.parent().width(Math.min($("#editor-stack").position().left-8,tray.width));
|
// tray.body.parent().width(Math.min($("#editor-stack").position().left-8,tray.width));
|
||||||
|
|
||||||
|
|
||||||
|
$("#main-container").scrollLeft(0);
|
||||||
el.css({
|
el.css({
|
||||||
right: -(el.width()+10)+"px",
|
right: -(el.width()+10)+"px",
|
||||||
transition: "right 0.25s ease"
|
transition: "right 0.25s ease"
|
||||||
});
|
});
|
||||||
$("#workspace").scrollLeft(0);
|
|
||||||
handleWindowResize();
|
handleWindowResize();
|
||||||
openingTray = true;
|
openingTray = true;
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user