Fix equation bar menu
This commit is contained in:
parent
2cd0f46c87
commit
2a0fdb870a
|
@ -2250,6 +2250,7 @@ define([
|
|||
parentMenu: menu.items[i].menu,
|
||||
store: equationsStore.at(i).get('groupStore'),
|
||||
scrollAlwaysVisible: true,
|
||||
restoreHeight: 10000,
|
||||
itemTemplate: _.template(
|
||||
'<div class="item-equation">' +
|
||||
'<div class="equation-icon" style="background-position:<%= posX %>px <%= posY %>px;width:<%= width %>px;height:<%= height %>px;" id="<%= id %>"></div>' +
|
||||
|
|
|
@ -3947,6 +3947,7 @@ define([
|
|||
parentMenu: menu.items[i].menu,
|
||||
store: equationsStore.at(i).get('groupStore'),
|
||||
scrollAlwaysVisible: true,
|
||||
restoreHeight: 10000,
|
||||
itemTemplate: _.template(
|
||||
'<div class="item-equation">' +
|
||||
'<div class="equation-icon" style="background-position:<%= posX %>px <%= posY %>px;width:<%= width %>px;height:<%= height %>px;" id="<%= id %>"></div>' +
|
||||
|
|
Loading…
Reference in a new issue