diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-08 20:56:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-08 20:56:30 -0400 |
| commit | 9f4a7ec5f79d9dec3a0ffb0b633197216cbefec8 (patch) | |
| tree | 4b30cf8edfee0b2f315353329fde65b0b4585ae0 /src/client/views/collections/collectionFreeForm | |
| parent | 47e3170534393ab9e4140c18b32110f83753d817 (diff) | |
| parent | 1733759b776f0596c3a8561d2c735a4b7c7d54d3 (diff) | |
Merge pull request #517 from browngraphicslab/hypothesis_annotation
Hypothesis annotation
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/MarqueeView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx index 88fe03efd..858f33291 100644 --- a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx +++ b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx @@ -74,7 +74,7 @@ export class MarqueeView extends React.Component<SubCollectionViewProps & Marque if (e.key === "?") { ContextMenu.Instance.setDefaultItem("?", (str: string) => { const textDoc = Docs.Create.WebDocument(`https://bing.com/search?q=${str}`, { - _width: 200, x, y, _nativeHeight: 962, _nativeWidth: 800, isAnnotating: false, + _width: 200, x, y, _nativeHeight: 962, _nativeWidth: 850, isAnnotating: false, title: "bing", UseCors: true }); this.props.addDocTab(textDoc, "onRight"); |
