Skip to content

Commit

Permalink
Add comment to remove this.rows state
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 committed Aug 1, 2024
1 parent ff24dc4 commit 6f80d6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/instance.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ const createInstance = ({ target, options = {}}) => {
return {
highlightPast: options.highlightPast,
padding: options.padding,
// @todo Remove this.rows state.
// See https://github.com/ANovokmet/svelte-gantt/issues/231
rows: [],
timeline: new SvelteGantt({
target: target,
Expand Down

0 comments on commit 6f80d6d

Please sign in to comment.