diff options
author | mehekj <mehek.jethani@gmail.com> | 2022-06-02 13:32:46 -0400 |
---|---|---|
committer | mehekj <mehek.jethani@gmail.com> | 2022-06-02 13:32:46 -0400 |
commit | e6d508b4e1cfe2e7a948bc0399dc5e0e85be8f59 (patch) | |
tree | b533a39ffec5abed98de962a56b13886d9e1910f /src | |
parent | eee5c6e67b25c0ff49289458acea0ef6f11d92de (diff) |
inking bug updated parameters
Diffstat (limited to 'src')
-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](); |