This commit is contained in:
jakub791 2023-05-04 20:45:21 +02:00
commit e6b2d808a5
2 changed files with 0 additions and 6 deletions

View file

@ -26,11 +26,6 @@ npm run build
npm run preview npm run preview
``` ```
### Lints and fixes files
```
npm run lint
```
### Runs the tests using vite-jest ### Runs the tests using vite-jest
``` ```
npm run test npm run test

View file

@ -168,7 +168,6 @@ export function createAction<T extends ActionOptions>(
direction: Direction.Right, direction: Direction.Right,
width: 100, width: 100,
height: 10, height: 10,
style: "margin-top: 8px",
borderStyle: "border-color: black", borderStyle: "border-color: black",
baseStyle: "margin-top: -1px", baseStyle: "margin-top: -1px",
progress: () => Decimal.div(progress.value, unref(genericAction.duration)), progress: () => Decimal.div(progress.value, unref(genericAction.duration)),