diff options
author | bobzel <zzzman@gmail.com> | 2020-10-30 17:08:43 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-10-30 17:08:43 -0400 |
commit | 7b96bc4770bd275db0ddd664bb6e8ff33bbbcb78 (patch) | |
tree | 284be3eb958de73f741f152cf48a1b45001d59b8 /src/client/views/nodes/WebBox.tsx | |
parent | 38fa32b8448485b4e7ed65a89dfb24502212027c (diff) |
fixed typo
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 c84b0a143..8a8f46963 100644 --- a/src/client/views/nodes/WebBox.tsx +++ b/src/client/views/nodes/WebBox.tsx @@ -663,7 +663,7 @@ export class WebBox extends ViewBoxAnnotatableComponent<FieldViewProps, WebDocum <div className={`webBox-container`} style={{ position: undefined, - transform: `sfcale(${scaling})`, + transform: `scale(${scaling})`, width: `${100 / scaling}% `, height: `${100 / scaling}% `, pointerEvents: this.layoutDoc._isBackground ? "none" : undefined |