Fix bug
This commit is contained in:
parent
c10009a464
commit
b8d0a3881a
|
@ -359,7 +359,7 @@ define([
|
||||||
if ( me._timer_id ) clearTimeout(me._timer_id);
|
if ( me._timer_id ) clearTimeout(me._timer_id);
|
||||||
|
|
||||||
function _fc() {
|
function _fc() {
|
||||||
let $active = panel || me.$panels.filter('.active');
|
var $active = panel || me.$panels.filter('.active');
|
||||||
if ( $active && $active.length ) {
|
if ( $active && $active.length ) {
|
||||||
var _maxright = $active.parents('.box-controls').width();
|
var _maxright = $active.parents('.box-controls').width();
|
||||||
var data = $active.data(),
|
var data = $active.data(),
|
||||||
|
|
Loading…
Reference in a new issue