diff options
| author | bobzel <zzzman@gmail.com> | 2022-06-20 13:44:07 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-06-20 13:44:07 -0400 |
| commit | 165e28824883301c6777ecee430bb71e1db5b3ad (patch) | |
| tree | 0f558efcd254b745925acef734c4177da8b5fe9d /src/client/views/InkTranscription.tsx | |
| parent | 244afabced075fd0567aca20a306afe088581b91 (diff) | |
| parent | b292a055401af6236e0537cfad603016d77a535a (diff) | |
Merge branch 'master' into mainview-jenny
Diffstat (limited to 'src/client/views/InkTranscription.tsx')
| -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 8ab54918c..487bbcd00 100644 --- a/src/client/views/InkTranscription.tsx +++ b/src/client/views/InkTranscription.tsx @@ -254,7 +254,7 @@ export class InkTranscription extends React.Component { */ createInkGroup() { // TODO nda - if document being added to is a inkGrouping then we can just add to that group - if (CurrentUserUtils.SelectedTool === InkTool.Write) { + if (CurrentUserUtils.ActiveTool === InkTool.Write) { CollectionFreeFormView.collectionsWithUnprocessedInk.forEach(ffView => { // TODO: nda - will probably want to go through ffView unprocessed docs and then see if any of the inksToGroup docs are in it and only use those const selected = ffView.unprocessedDocs; |
