mirror of
https://github.com/jsbin/jsbin.git
synced 2026-02-01 16:46:05 +00:00
Don't reset the panels on distribute in embed
This commit is contained in:
parent
3279f9cc88
commit
02af88a01e
@ -370,7 +370,7 @@ panels.distribute = function () {
|
||||
});
|
||||
}
|
||||
}
|
||||
} else {
|
||||
} else if (!jsbin.embed) {
|
||||
$('#history').show();
|
||||
setTimeout(function () {
|
||||
$body.removeClass('panelsVisible');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user