diff options
| author | bobzel <zzzman@gmail.com> | 2021-03-30 11:21:30 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-03-30 11:21:30 -0400 |
| commit | b359d42651e0385ffb06d2beb2ee2dbee1f880e7 (patch) | |
| tree | dbe01bf62610677bad47ea6cf95fd2b1a9d9ec74 /src/client/views/nodes/WebBox.tsx | |
| parent | 6c689a999e22fc414386e39007ca0929057ff1d8 (diff) | |
more cleanup
Diffstat (limited to 'src/client/views/nodes/WebBox.tsx')
| -rw-r--r-- | src/client/views/nodes/WebBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/WebBox.tsx b/src/client/views/nodes/WebBox.tsx index c985edb5b..c961ad991 100644 --- a/src/client/views/nodes/WebBox.tsx +++ b/src/client/views/nodes/WebBox.tsx @@ -39,7 +39,7 @@ type WebDocument = makeInterface<[typeof documentSchema]>; const WebDocument = makeInterface(documentSchema); @observer -export class WebBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProps & FieldViewProps, WebDocument>(WebDocument, "annotations") { +export class WebBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProps & FieldViewProps, WebDocument>(WebDocument) { public static LayoutString(fieldKey: string) { return FieldView.LayoutString(WebBox, fieldKey); } private _setPreviewCursor: undefined | ((x: number, y: number, drag: boolean) => void); private _mainCont: React.RefObject<HTMLDivElement> = React.createRef(); |
