diff options
-rw-r--r-- | src/client/views/InkTranscription.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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](); |