Skip to content

Commit

Permalink
Canvas comment out currently unused name attribute (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vatroslav Vrbanic committed Aug 19, 2022
1 parent c87e6b9 commit dd51432
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Canvas.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ This is a **svelthree** _Canvas_ Component.
// #region --- Optional Attributes
export let name: string = undefined
/** RECONSIDER `name` attribute is currently unused, but could be somehow useful in future. */
// export let name: string = undefined
export let style: string = undefined
let clazz: string = undefined
Expand Down

0 comments on commit dd51432

Please sign in to comment.