Issue with add sheet icon on click.

I’m on the first sheet 1, When i click on the plus icon (+) sometimes its adding sheet16, sheet17 and more instead of sheet 2 and sheet 3 and etc… If i press ctrl + F5 and then click (+) icon then its add correctly sheet 2, sheet 3.

Hello,

Unfortunately, I’m unable to repeat this issue with the latest versions of Spreadsheet/Webix. Can you please specify your version of library and widget?
Also, what’s the exact configuration of the SpreadSheet?

i’m using webix UI v.4.4.6.

Configuration is very basic:

webix.ready(function() {
webix.ui({
view: “spreadsheet”,
id: “test”,
container: “spreadsheetview”,
toolbar:“full”,
bottombar:true
});
});

i have upgrade my version of code to v4.4.13 but still its happening. Anyway to disable the bottombar plus icon (+). When i do a ctrl + f5, then its goes off too. but i can’t tell my users to do that more often right.
Could you check this issue in depth.