aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2019-04-22 11:54:45 -0400
committerbobzel <zzzman@gmail.com>2019-04-22 11:54:45 -0400
commit92c3bd4102e40f2f4bfd93e10d0a4a57316614c1 (patch)
treec80bcaf59e9cac6d04185ca8e505fe7eb64da193 /src/client/views/nodes
parentd8bbce0a71951472449c6e87720fb0a21a341b83 (diff)
better fix
Diffstat (limited to 'src/client/views/nodes')
-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 05727f6f4..f7f5e31e6 100644
--- a/src/client/views/nodes/WebBox.tsx
+++ b/src/client/views/nodes/WebBox.tsx
@@ -43,7 +43,7 @@ export class WebBox extends React.Component<FieldViewProps> {
<iframe src={path} style={{ position: "absolute", width: "100%", height: "100%" }} />}
</div>;
- let frozen = !this.props.isSelected() || DocumentDecorations.Instance.Resizing;
+ let frozen = !this.props.isSelected() || DocumentDecorations.Instance.Interacting;
return (
<>