Skip to content

Commit a15bcf3

Browse files
committed
fix(pages): fix disappearing arrow labels
1 parent 245e2fa commit a15bcf3

File tree

1 file changed

+1
-1
lines changed
  • apps/client/src/layouts/PagesLayout/MainContent/DisplayPage/DisplayScreens/DisplayWorld/DisplayArrow

1 file changed

+1
-1
lines changed

apps/client/src/layouts/PagesLayout/MainContent/DisplayPage/DisplayScreens/DisplayWorld/DisplayArrow/ArrowLabel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
left: `${arrow.react.centerPos.x}px`,
66
top: `${arrow.react.centerPos.y}px`,
77
cursor: arrow.react.editing || page.react.readOnly ? 'auto' : 'grab',
8-
display: page.dragging.react.active ? 'none' : undefined,
8+
'pointer-events': page.dragging.react.active ? 'none' : undefined,
99
}"
1010
>
1111
<div

0 commit comments

Comments
 (0)