diff options
author | bobzel <zzzman@gmail.com> | 2020-11-02 11:29:07 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-11-02 11:29:07 -0500 |
commit | cbe6374fc4913e45d26a28e310afad9dd2418a33 (patch) | |
tree | 3f7ecd63b23c53c181b4d57292b237a6354912e1 /src/client/views/nodes/WebBox.tsx | |
parent | 890e152c5761e48600982d8358d4c33827a56ffe (diff) |
fixed warnings
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 8a8f46963..1e5e8133d 100644 --- a/src/client/views/nodes/WebBox.tsx +++ b/src/client/views/nodes/WebBox.tsx @@ -158,7 +158,7 @@ export class WebBox extends ViewBoxAnnotatableComponent<FieldViewProps, WebDocum this._forceSmoothScrollUpdate = false; this.layoutDoc._scrollLeft = scrollLeft; } - })) + })); } } iframeScroll = (e: any) => { |