aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBox.tsx
diff options
context:
space:
mode:
authoralyssaf16 <alyssa_feinberg@brown.edu>2024-03-10 14:33:08 -0400
committeralyssaf16 <alyssa_feinberg@brown.edu>2024-03-10 14:33:08 -0400
commit32a742020243ffadfdae2cbc0a8b2853b0f06fc5 (patch)
treeb40df0fde7dfa546de71a8fb00662318ceec7b18 /src/client/views/nodes/formattedText/FormattedTextBox.tsx
parentba61f7fb706b17f5b186ac32e2f8844715899886 (diff)
flashcard
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.tsx')
-rw-r--r--src/client/views/nodes/formattedText/FormattedTextBox.tsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.tsx b/src/client/views/nodes/formattedText/FormattedTextBox.tsx
index 61d6094b9..4250b018e 100644
--- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx
+++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx
@@ -1949,10 +1949,6 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<FieldViewProps
if (this.layoutDoc._layout_enableAltContentUI) {
const usePath = this.layoutDoc[`_${this._props.fieldKey}_usePath`];
this.layoutDoc[`_${this._props.fieldKey}_usePath`] = usePath === undefined ? 'alternate' : undefined;
- //: usePath === 'alternate' ? 'alternate:hover' : undefined;
- //usePath === undefined ? 'alternate' :
- //undefined;
- //: usePath === 'alternate' ? 'alternate:hover' : undefined;
}
};
@computed get overlayAlternateIcon() {