fix early break in sessions

This commit is contained in:
Steve Ruiz 2021-06-23 16:51:22 +01:00
parent 2c6545806a
commit 84827eea96
2 changed files with 3 additions and 7 deletions

View file

@ -68,7 +68,7 @@ function Shape({ id, isSelecting, parentPoint }: ShapeProps): JSX.Element {
device={isMobileDevice ? 'mobile' : 'desktop'}
{...events}
>
{!isShy && (
{isSelecting && !isShy && (
<>
{isForeignObject ? (
<HoverIndicator