forked from 0x2620/oxjs
fix alphabetical order of annotations with tags, fixes #681
This commit is contained in:
parent
c4de1a3a40
commit
bc3fedb125
4 changed files with 30 additions and 17 deletions
|
|
@ -600,7 +600,6 @@ Ox.Menu = function(options, self) {
|
|||
if (ids.length == 1) {
|
||||
item = that.getItem(id);
|
||||
group = item.options('group');
|
||||
Ox.Log('Menu', 'checkItem', id, item, that.submenus)
|
||||
if (group) {
|
||||
offset = self.optionGroupOffset[group];
|
||||
position = getItemPositionById(id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue