diff options
| author | geireann <60007097+geireann@users.noreply.github.com> | 2020-10-04 20:20:08 +0800 |
|---|---|---|
| committer | geireann <60007097+geireann@users.noreply.github.com> | 2020-10-04 20:20:08 +0800 |
| commit | 3d266cb4636aad2e6fe39595b113b0dd52f4f329 (patch) | |
| tree | f94b80fd2d6c675b05d4ebb63187677cde1a40c1 /src/client/views/collections | |
| parent | 805bf106c85f693f6e6d15c06cacd5e16079c707 (diff) | |
stepping through PDF fixes
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/TabDocView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/TabDocView.tsx b/src/client/views/collections/TabDocView.tsx index 8c1a003b9..70eb5b895 100644 --- a/src/client/views/collections/TabDocView.tsx +++ b/src/client/views/collections/TabDocView.tsx @@ -123,7 +123,7 @@ export class TabDocView extends React.Component<TabDocViewProps> { @undoBatch @action public static PinDoc(doc: Doc, unpin = false, audioRange?: boolean) { - if (unpin) console.log('remove unpin'); + if (unpin) console.log('TODO: Remove UNPIN from this location'); //add this new doc to props.Document const curPres = CurrentUserUtils.ActivePresentation; if (curPres) { |
