forked from profectus/Profectus
Merge branch 'main' of https://github.com/profectus-engine/Profectus
This commit is contained in:
commit
e6b2d808a5
2 changed files with 0 additions and 6 deletions
|
@ -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
|
||||||
|
|
|
@ -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)),
|
||||||
|
|
Loading…
Reference in a new issue