Skip to content

Commit

Permalink
fix marquee code focus
Browse files Browse the repository at this point in the history
  • Loading branch information
Applelo committed Feb 13, 2024
1 parent 378dbfd commit a880726
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/guide/marquee.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You can change some options from the component.
import { Marquee } from 'compotes'

const marquee = new Marquee('.c-marquee', {
init: true, // [!code focus:6]
init: true, // [!code focus:7]
initEvents: true,
fill: false,
direction: 'right',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@compotes/root",
"type": "module",
"version": "0.9.1",
"version": "0.9.2",
"private": "true",
"packageManager": "pnpm@8.15.2",
"description": "Components library focused on accessibility/customization",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "compotes",
"type": "module",
"version": "0.9.1",
"version": "0.9.2",
"packageManager": "pnpm@8.15.1",
"description": "Components library focused on accessibility/customization",
"author": "Applelo",
Expand Down

0 comments on commit a880726

Please sign in to comment.