fix selectable
This commit is contained in:
parent
82744a14ed
commit
b4139a7388
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ Ox.TreeList = function(options, self) {
|
||||||
.appendTo($item);
|
.appendTo($item);
|
||||||
}
|
}
|
||||||
$('<div>')
|
$('<div>')
|
||||||
.addClass('OxCell OxTarget'+!data.items?' OxSelectable':'')
|
.addClass('OxCell OxTarget'+(!data.items?' OxSelectable':''))
|
||||||
.css({
|
.css({
|
||||||
width: (self.options.width - padding - 32 + !data.items * 16) + 'px'
|
width: (self.options.width - padding - 32 + !data.items * 16) + 'px'
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue