diff options
| author | eleanor-park <eleanor_park@brown.edu> | 2025-01-14 17:19:16 +0100 |
|---|---|---|
| committer | eleanor-park <eleanor_park@brown.edu> | 2025-01-14 17:19:16 +0100 |
| commit | 859bb1b733901e4697f1d53781af725e4830c607 (patch) | |
| tree | ffafb078019d861f71232348176c02a7557a8965 /src/client/views/nodes/DocumentView.tsx | |
| parent | fd922d7898ed7a405ed47a7e48b85c582d787c07 (diff) | |
added drawing fill style reference
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
| -rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 640d27aa1..44b214644 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -718,6 +718,7 @@ export class DocumentViewInternal extends DocComponent<FieldViewProps & Document @observable _aiWinHeight = 100; rpw = () => this._props.PanelWidth() - this._aiWinHeight; rph = () => this.panelHeight() - this._aiWinHeight; + @computed get viewBoxContents() { TraceMobx(); const isInk = this.layoutDoc._layout_isSvg && !this._props.LayoutTemplateString; |
