forked from 0x2620/oxjs
fix a bug where anyclick would fire on dragend
This commit is contained in:
parent
745aac2609
commit
609f834cd3
4 changed files with 5 additions and 4 deletions
|
|
@ -164,7 +164,6 @@ Ox.DocPanel = function(options, self) {
|
|||
});
|
||||
}
|
||||
}
|
||||
that.triggerEvent('select', data);
|
||||
}
|
||||
|
||||
function sortByTitle(a, b) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue