chore: bump version
This commit is contained in:
parent
c151416048
commit
2850787e72
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "frappe-gantt",
|
"name": "frappe-gantt",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "A simple, modern, interactive gantt library for the web",
|
"description": "A simple, modern, interactive gantt library for the web",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@ -240,7 +240,7 @@ export default class Gantt {
|
|||||||
this.setup_dates(maintain_pos);
|
this.setup_dates(maintain_pos);
|
||||||
this.render();
|
this.render();
|
||||||
if (maintain_pos) {
|
if (maintain_pos) {
|
||||||
this.$container.scrollLeft =old_pos;
|
this.$container.scrollLeft = old_pos;
|
||||||
this.options.scroll_to = old_scroll_op;
|
this.options.scroll_to = old_scroll_op;
|
||||||
}
|
}
|
||||||
this.trigger_event('view_change', [mode]);
|
this.trigger_event('view_change', [mode]);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user