Skip to content

Commit

Permalink
fix: bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Jul 20, 2023
1 parent b34ec5e commit 14a4907
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
"packages/*"
],
"scripts": {
"build": "pnpm lerna run build",
"changelog":"pnpm lerna version --conventional-commits",
"clean": "pnpm lerna clean",
"release": "pnpm lerna publish --no-private --loglevel verbose"
"build": "pnpm lerna run build",
"release": "pnpm lerna publish --conventional-commits --no-private --loglevel verbose"
},
"devDependencies": {
"@viarotel-org/float-bubble": "workspace:^",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ export default {
const top = this.writeOffset.y
const left = this.writeOffset.x
return {
top: `${top}px`,
left: `${left}px`,
transform: `translate(${left}px, ${top}px)`,
}
},
halfRect() {
Expand Down

0 comments on commit 14a4907

Please sign in to comment.