kopia lustrzana https://github.com/c9/core
fix findbar height calculation
rodzic
cc906be318
commit
79a69bd9f7
|
@ -479,11 +479,11 @@ define(function(require, exports, module) {
|
|||
});
|
||||
|
||||
function show(amlNode, callback) {
|
||||
if (!amlNode)
|
||||
if (!amlNode || !plugin.hasTheme)
|
||||
return callback();
|
||||
|
||||
anims.animateSplitBoxNode(amlNode, {
|
||||
height: amlNode.$ext.offsetHeight + "px",
|
||||
height: amlNode.$ext.scrollHeight + "px",
|
||||
duration: 0.2,
|
||||
timingFunction: "cubic-bezier(.10, .10, .25, .90)"
|
||||
}, function() {
|
||||
|
|
Ładowanie…
Reference in New Issue