fix early break in sessions
This commit is contained in:
parent
2c6545806a
commit
84827eea96
2 changed files with 3 additions and 7 deletions
|
@ -68,7 +68,7 @@ function Shape({ id, isSelecting, parentPoint }: ShapeProps): JSX.Element {
|
|||
device={isMobileDevice ? 'mobile' : 'desktop'}
|
||||
{...events}
|
||||
>
|
||||
{!isShy && (
|
||||
{isSelecting && !isShy && (
|
||||
<>
|
||||
{isForeignObject ? (
|
||||
<HoverIndicator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue