From e6d508b4e1cfe2e7a948bc0399dc5e0e85be8f59 Mon Sep 17 00:00:00 2001 From: mehekj Date: Thu, 2 Jun 2022 13:32:46 -0400 Subject: inking bug updated parameters --- src/client/views/InkTranscription.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/views/InkTranscription.tsx b/src/client/views/InkTranscription.tsx index 5e0667bed..b20fc0b8b 100644 --- a/src/client/views/InkTranscription.tsx +++ b/src/client/views/InkTranscription.tsx @@ -218,7 +218,7 @@ export class InkTranscription extends React.Component { })); docView.props.removeDocument?.(selected); - const newCollection = marqViewRef?.getCollection(selected, undefined, [], true); + const newCollection = marqViewRef?.getCollection(selected, undefined, true); if (newCollection) { newCollection.height = newCollection[HeightSym](); newCollection.width = newCollection[WidthSym](); -- cgit v1.2.3-70-g09d2