aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2022-06-02 13:32:46 -0400
committermehekj <mehek.jethani@gmail.com>2022-06-02 13:32:46 -0400
commite6d508b4e1cfe2e7a948bc0399dc5e0e85be8f59 (patch)
treeb533a39ffec5abed98de962a56b13886d9e1910f
parenteee5c6e67b25c0ff49289458acea0ef6f11d92de (diff)
inking bug updated parameters
-rw-r--r--src/client/views/InkTranscription.tsx2
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]();