Skip to content

Commit

Permalink
πŸ’„ status avoiding to top left
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidZhang73 committed Nov 27, 2023
1 parent 1326ced commit 88a4e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/annotation/CanvasPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ const handleMousemove = event => {
statusStyle.value = {
...statusBaseStyle,
top: '1px',
right: '1px'
left: '1px'
}
} else {
statusStyle.value = {
Expand Down Expand Up @@ -1165,7 +1165,7 @@ const handleTouchmove = event => {
statusStyle.value = {
...statusBaseStyle,
top: '1px',
right: '1px'
left: '1px'
}
} else {
statusStyle.value = {
Expand Down

0 comments on commit 88a4e6b

Please sign in to comment.