Fix equation bar menu

This commit is contained in:
Julia Radzhabova 2022-11-02 21:48:38 +03:00
parent 2cd0f46c87
commit 2a0fdb870a
2 changed files with 2 additions and 0 deletions

View file

@ -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>' +

View file

@ -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>' +