aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
diff options
context:
space:
mode:
authorsharkiecodes <lanyi_stroud@brown.edu>2025-06-16 13:34:37 -0400
committersharkiecodes <lanyi_stroud@brown.edu>2025-06-16 13:34:37 -0400
commita913c8d9bd7728ceea7b44ac1b271723464adbb9 (patch)
tree585c00de79d42bb7fc810b66cfd7972c95cbaed3 /src/client/views/nodes/DocumentView.tsx
parentfbf768dd4c7734cfdcca38fd1dc1ecf63c64d985 (diff)
parent5d4ad5e02cb6262dd9d819eea0fa3eca4adc5124 (diff)
Merge branch 'master' into lanyi-branch
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r--src/client/views/nodes/DocumentView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx
index 9b73cc073..fe95f15af 100644
--- a/src/client/views/nodes/DocumentView.tsx
+++ b/src/client/views/nodes/DocumentView.tsx
@@ -720,7 +720,7 @@ export class DocumentViewInternal extends DocComponent<DocumentViewProps & Field
@computed get tagsOverlay() {
return (
<div
- className="documentView-noAiWidgets"
+ className="documentView-noAIWidgets"
style={{
width: `${100 / this.uiBtnScaling}%`, //
transform: `scale(${this.uiBtnScaling})`,