aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-10-30 17:08:43 -0400
committerbobzel <zzzman@gmail.com>2020-10-30 17:08:43 -0400
commit7b96bc4770bd275db0ddd664bb6e8ff33bbbcb78 (patch)
tree284be3eb958de73f741f152cf48a1b45001d59b8
parent38fa32b8448485b4e7ed65a89dfb24502212027c (diff)
fixed typo
-rw-r--r--src/client/views/nodes/WebBox.tsx2
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