aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-05 23:18:27 -0400
committerbobzel <zzzman@gmail.com>2020-08-05 23:18:27 -0400
commit6d8dfee38bd39b95396cbc97405516693116b58f (patch)
treed9f05c3c02b97cb6740dbef1a4ef76184e3acdef /src
parent4bd5443171f028790ca1172a7bb60faa0355070f (diff)
added inking menu back for all docs. should really exclude documents from inking in a more fine grained way.
Diffstat (limited to 'src')
-rw-r--r--src/client/views/collections/CollectionMenu.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionMenu.tsx b/src/client/views/collections/CollectionMenu.tsx
index 904592975..53d2a136e 100644
--- a/src/client/views/collections/CollectionMenu.tsx
+++ b/src/client/views/collections/CollectionMenu.tsx
@@ -645,7 +645,7 @@ export class CollectionFreeFormViewChrome extends React.Component<CollectionMenu
</button>
</Tooltip>
}
- {(!this.props.isOverlay || this.props.docView.layoutDoc.isAnnotating) && !this.isText ?
+ {!this.isText ?
<>
{this.drawButtons}
{this.widthPicker}