diff options
author | bobzel <zzzman@gmail.com> | 2024-04-10 13:53:38 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-04-10 13:53:38 -0400 |
commit | be1ac92cdc609a7931ec8427f507648da117b4ea (patch) | |
tree | 2ebb418d7162d55c81ee8bd4a6f3a90b2024bd53 /src/client/views/nodes/DocumentView.tsx | |
parent | 3b90916af8ffcbeaf5b8a3336009b84e19c22fa9 (diff) |
fixed buttons to have an embedContainer. cleaning up notetaking view - fixing colors for input buttons, fixing when buttons appear (by extending the column targe to always be 100%)
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 fc2da18d9..ee7bbbdba 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -1382,6 +1382,7 @@ export class DocumentView extends DocComponent<DocumentViewProps>() { } } }; + backgroundColor = () => this._docViewInternal?.backgroundBoxColor; DataTransition = () => this._props.DataTransition?.() || StrCast(this.Document.dataTransition); ShouldNotScale = () => this.shouldNotScale; NativeWidth = () => this.effectiveNativeWidth; |