fix for right arrow in submenu of mainmenu
This commit is contained in:
parent
fb7688b5b3
commit
32059fd458
|
@ -2006,6 +2006,7 @@ requires
|
||||||
element: that.items[position],
|
element: that.items[position],
|
||||||
id: Ox.toCamelCase(self.options.id + "/" + item.id),
|
id: Ox.toCamelCase(self.options.id + "/" + item.id),
|
||||||
items: item.items,
|
items: item.items,
|
||||||
|
mainmenu: self.options.mainmenu,
|
||||||
offset: {
|
offset: {
|
||||||
left: 0,
|
left: 0,
|
||||||
top: -4
|
top: -4
|
||||||
|
|
Loading…
Reference in New Issue
Block a user